Html Css Color HEX #CE81CC Orchid

📋 copy color: '#CE81CC'

red 206 ◦ green 129 ◦ blue 204

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

Shades of Orchid #CE81CC

Tints of Orchid #CE81CC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.93%

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 38.22%
G = 23.93%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE81CC (or 0xCE81CC) is known color: Orchid. HEX triplet: CE, 81 and CC. RGB value is (206,129,204). Sum of RGB (Red+Green+Blue) = 206+129+204=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81CC is #317E33. Grayscale: #A0A0A0. Windows color (decimal): -3243572 or 13402574. OLE color: 13402574.

HSL color Cylindrical-coordinate representation of color #CE81CC: hue angle of 301.56º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE81CC is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 129 204 -
CMYK 0 0.37 0.01 0.19
HSL 301.56º 0.44% 0.66% -
HSV(B) 301.56º 0.37% 0.81% -
XYZ 44.2 33.18 61.2 -
YUV 160.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 206 129 204 0 0.37 0.01 0.19 301.56 0.44 0.66
Hex CE 81 CC 0 25 1 13 12E 2C 42
Octal 316 201 314 0 45 1 23 456 54 102
Binary 11001110 10000001 11001100 0 100101 1 10011 100101110 101100 1000010

Color Harmonies of #CE81CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE81CC

Black with #CE81CC

Text Example


Text Example

White with #CE81CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE81CC; }

 p { color: rgb(206,129,204); }

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

background-color css

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

 a { background-color: rgb(206,129,204); }

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

border-color css

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

 span { border-color: rgb(206,129,204); }

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