Html Css Color HEX #CE81BD Orchid

📋 copy color: '#CE81BD'

red 206 ◦ green 129 ◦ blue 189

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

Shades of Orchid #CE81BD

Tints of Orchid #CE81BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 39.31%
G = 24.62%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE81BD (or 0xCE81BD) is known color: Orchid. HEX triplet: CE, 81 and BD. RGB value is (206,129,189). Sum of RGB (Red+Green+Blue) = 206+129+189=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81BD is #317E42. Grayscale: #9E9E9E. Windows color (decimal): -3243587 or 12419534. OLE color: 12419534.

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

Color convert

RGB 206 129 189 -
CMYK 0 0.37 0.08 0.19
HSL 313.25º 0.44% 0.66% -
HSV(B) 313.25º 0.37% 0.81% -
XYZ 42.49 32.5 52.18 -
YUV 158.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 206 129 189 0 0.37 0.08 0.19 313.25 0.44 0.66
Hex CE 81 BD 0 25 8 13 139 2C 42
Octal 316 201 275 0 45 10 23 471 54 102
Binary 11001110 10000001 10111101 0 100101 1000 10011 100111001 101100 1000010

Color Harmonies of #CE81BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE81BD

Black with #CE81BD

Text Example


Text Example

White with #CE81BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE81BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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