Html Css Color HEX #CE6AD8 Orchid

📋 copy color: '#CE6AD8'

red 206 ◦ green 106 ◦ blue 216

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

Shades of Orchid #CE6AD8

Tints of Orchid #CE6AD8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.08%

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

R = 39.02%
G = 20.08%
B = 40.91%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE6AD8 (or 0xCE6AD8) is known color: Orchid. HEX triplet: CE, 6A and D8. RGB value is (206,106,216). Sum of RGB (Red+Green+Blue) = 206+106+216=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE6AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6AD8 is #319527. Grayscale: #949494. Windows color (decimal): -3249448 or 14183118. OLE color: 14183118.

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

Color convert

RGB 206 106 216 -
CMYK 0.05 0.51 0 0.15
HSL 294.55º 0.59% 0.63% -
HSV(B) 294.55º 0.51% 0.85% -
XYZ 43 28.39 68.18 -
YUV 148.44 166.13 169.06 -
System Red Green Blue C M Y K H S L
Decimal 206 106 216 0.05 0.51 0 0.15 294.55 0.59 0.63
Hex CE 6A D8 5 33 0 F 127 3B 3F
Octal 316 152 330 5 63 0 17 447 73 77
Binary 11001110 1101010 11011000 101 110011 0 1111 100100111 111011 111111

Color Harmonies of #CE6AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6AD8

Black with #CE6AD8

Text Example


Text Example

White with #CE6AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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