Html Css Color HEX #CE6AC8 Orchid

📋 copy color: '#CE6AC8'

red 206 ◦ green 106 ◦ blue 200

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

Shades of Orchid #CE6AC8

Tints of Orchid #CE6AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.06%

R = 40.23%
G = 20.7%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE6AC8 (or 0xCE6AC8) is known color: Orchid. HEX triplet: CE, 6A and C8. RGB value is (206,106,200). Sum of RGB (Red+Green+Blue) = 206+106+200=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6AC8 is #319537. Grayscale: #929292. Windows color (decimal): -3249464 or 13134542. OLE color: 13134542.

HSL color Cylindrical-coordinate representation of color #CE6AC8: hue angle of 303.6º 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 #CE6AC8 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 106 200 -
CMYK 0 0.49 0.03 0.19
HSL 303.6º 0.51% 0.61% -
HSV(B) 303.6º 0.49% 0.81% -
XYZ 41.03 27.6 57.81 -
YUV 146.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 206 106 200 0 0.49 0.03 0.19 303.6 0.51 0.61
Hex CE 6A C8 0 31 3 13 130 33 3D
Octal 316 152 310 0 61 3 23 460 63 75
Binary 11001110 1101010 11001000 0 110001 11 10011 100110000 110011 111101

Color Harmonies of #CE6AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6AC8

Black with #CE6AC8

Text Example


Text Example

White with #CE6AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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