Html Css Color HEX #CE6AC9 Orchid

📋 copy color: '#CE6AC9'

red 206 ◦ green 106 ◦ blue 201

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

Shades of Orchid #CE6AC9

Tints of Orchid #CE6AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.18%

R = 40.16%
G = 20.66%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE6AC9 (or 0xCE6AC9) is known color: Orchid. HEX triplet: CE, 6A and C9. RGB value is (206,106,201). Sum of RGB (Red+Green+Blue) = 206+106+201=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6AC9 is #319536. Grayscale: #929292. Windows color (decimal): -3249463 or 13200078. OLE color: 13200078.

HSL color Cylindrical-coordinate representation of color #CE6AC9: hue angle of 303º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6AC9 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 106 201 -
CMYK 0 0.49 0.02 0.19
HSL 303º 0.51% 0.61% -
HSV(B) 303º 0.49% 0.81% -
XYZ 41.15 27.65 58.43 -
YUV 146.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 206 106 201 0 0.49 0.02 0.19 303 0.51 0.61
Hex CE 6A C9 0 31 2 13 12F 33 3D
Octal 316 152 311 0 61 2 23 457 63 75
Binary 11001110 1101010 11001001 0 110001 10 10011 100101111 110011 111101

Color Harmonies of #CE6AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6AC9

Black with #CE6AC9

Text Example


Text Example

White with #CE6AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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