#CE63DA

Color #CE63DA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CE63DA

Tints of Orchid #CE63DA

Color information

#CE63DA (or 0xCE63DA) is unknown color: approx Orchid. HEX triplet: CE, 63 and DA. RGB value is (206,99,218). Sum of RGB (Red+Green+Blue) = 206+99+218=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE63DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63DA is #319C25. Grayscale: #909090. Windows color (decimal): -3251238 or 14312398. OLE color: 14312398.

HSL color Cylindrical-coordinate representation of color #CE63DA: hue angle of 293.95º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE63DA is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20699218-
CMYK0.060.5500.15
HSL293.95º61.66%62.16%-
HSV(B)293.95º54.59%85.49%-
XYZ42.5727.1169.32-
YUV144.56169.45171.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 99 (39.06% from 255) = 18.93%
BLUE value IS 218 (85.55% from 255) = 41.68%
R=39.39%
G=18.93%
B=41.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal206992180.060.5500.15293.9561.6662.16
HexCE63DA6370F1263e3e
Octal3161433326670174467676
Binary1100111011000111101101011011011101111100100110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE63DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE63DA; }

 p { color: rgb(206,99,218); }

 H1.HeaderClassName
 {
   color: #CE63DA;
 }
 .AnyTagClassName
 {
   color: #CE63DA;
 }
</style>
background-color css

<style>
 a { background-color: #CE63DA; }

 a { background-color: rgb(206,99,218); }

 div.DivClassName
 {
   background-color: #CE63DA;
 }
 .BgClassName
 {
   background-color: #CE63DA;
 }
</style>
border-color css

<style>
 span { border-color: #CE63DA; }

 span { border-color: rgb(206,99,218); }

 td.TdClassName
 {
   border-color: #CE63DA;
 }
 .TagClassName
 {
   border-color: #CE63DA;
 }
</style>