Html Css Color HEX #CE6AD6 Orchid

📋 copy color: '#CE6AD6'

red 206 ◦ green 106 ◦ blue 214

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

Shades of Orchid #CE6AD6

Tints of Orchid #CE6AD6

RGB

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

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

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

R = 39.16%
G = 20.15%
B = 40.68%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE6AD6 (or 0xCE6AD6) is known color: Orchid. HEX triplet: CE, 6A and D6. RGB value is (206,106,214). Sum of RGB (Red+Green+Blue) = 206+106+214=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE6AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6AD6 is #319529. Grayscale: #939393. Windows color (decimal): -3249450 or 14052046. OLE color: 14052046.

HSL color Cylindrical-coordinate representation of color #CE6AD6: hue angle of 295.56º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6AD6 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 106 214 -
CMYK 0.04 0.50 0 0.16
HSL 295.56º 0.57% 0.63% -
HSV(B) 295.56º 0.5% 0.84% -
XYZ 42.75 28.28 66.82 -
YUV 148.21 165.13 169.22 -
System Red Green Blue C M Y K H S L
Decimal 206 106 214 0.04 0.50 0 0.16 295.56 0.57 0.63
Hex CE 6A D6 4 32 0 10 128 39 3F
Octal 316 152 326 4 62 0 20 450 71 77
Binary 11001110 1101010 11010110 100 110010 0 10000 100101000 111001 111111

Color Harmonies of #CE6AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6AD6

Black with #CE6AD6

Text Example


Text Example

White with #CE6AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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