Html Css Color HEX #CE86D6 Orchid

📋 copy color: '#CE86D6'

red 206 ◦ green 134 ◦ blue 214

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

Shades of Orchid #CE86D6

Tints of Orchid #CE86D6

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.19%

 BLUE value IS 214 (83.98% from 255) = 38.63%

R = 37.18%
G = 24.19%
B = 38.63%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE86D6 (or 0xCE86D6) is known color: Orchid. HEX triplet: CE, 86 and D6. RGB value is (206,134,214). Sum of RGB (Red+Green+Blue) = 206+134+214=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE86D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86D6 is #317929. Grayscale: #A4A4A4. Windows color (decimal): -3242282 or 14059214. OLE color: 14059214.

HSL color Cylindrical-coordinate representation of color #CE86D6: hue angle of 294º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE86D6 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 134 214 -
CMYK 0.04 0.37 0 0.16
HSL 294º 0.49% 0.68% -
HSV(B) 294º 0.37% 0.84% -
XYZ 46.12 35.03 67.95 -
YUV 164.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 206 134 214 0.04 0.37 0 0.16 294 0.49 0.68
Hex CE 86 D6 4 25 0 10 126 31 44
Octal 316 206 326 4 45 0 20 446 61 104
Binary 11001110 10000110 11010110 100 100101 0 10000 100100110 110001 1000100

Color Harmonies of #CE86D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE86D6

Black with #CE86D6

Text Example


Text Example

White with #CE86D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE86D6; }

 p { color: rgb(206,134,214); }

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

background-color css

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

 a { background-color: rgb(206,134,214); }

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

border-color css

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

 span { border-color: rgb(206,134,214); }

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