Html Css Color HEX #CE66D8 Orchid

📋 copy color: '#CE66D8'

red 206 ◦ green 102 ◦ blue 216

#CE66D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CE66D8

Tints of Orchid #CE66D8

RGB

 RED value IS 206 (80.86% from 255) = 39.31%

 GREEN value IS 102 (40.23% from 255) = 19.47%

 BLUE value IS 216 (84.77% from 255) = 41.22%

R = 39.31%
G = 19.47%
B = 41.22%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE66D8 (or 0xCE66D8) is known color: Orchid. HEX triplet: CE, 66 and D8. RGB value is (206,102,216). Sum of RGB (Red+Green+Blue) = 206+102+216=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE66D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66D8 is #319927. Grayscale: #919191. Windows color (decimal): -3250472 or 14182094. OLE color: 14182094.

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

Color convert

RGB 206 102 216 -
CMYK 0.05 0.53 0 0.15
HSL 294.74º 0.59% 0.62% -
HSV(B) 294.74º 0.53% 0.85% -
XYZ 42.6 27.58 68.04 -
YUV 146.09 167.46 170.73 -
System Red Green Blue C M Y K H S L
Decimal 206 102 216 0.05 0.53 0 0.15 294.74 0.59 0.62
Hex CE 66 D8 5 35 0 F 127 3B 3E
Octal 316 146 330 5 65 0 17 447 73 76
Binary 11001110 1100110 11011000 101 110101 0 1111 100100111 111011 111110

Color Harmonies of #CE66D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE66D8

Black with #CE66D8

Text Example


Text Example

White with #CE66D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE66D8; }

 p { color: rgb(206,102,216); }

 H1.HeaderClassName
 {
   color: #CE66D8;
 }
 .AnyTagClassName
 {
   color: #CE66D8;
 }
</style>

background-color css

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

 a { background-color: rgb(206,102,216); }

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

border-color css

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

 span { border-color: rgb(206,102,216); }

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