Html Css Color HEX #CE81DE Orchid

📋 copy color: '#CE81DE'

red 206 ◦ green 129 ◦ blue 222

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

Shades of Orchid #CE81DE

Tints of Orchid #CE81DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.86%

R = 36.98%
G = 23.16%
B = 39.86%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE81DE (or 0xCE81DE) is known color: Orchid. HEX triplet: CE, 81 and DE. RGB value is (206,129,222). Sum of RGB (Red+Green+Blue) = 206+129+222=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE81DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81DE is #317E21. Grayscale: #A2A2A2. Windows color (decimal): -3243554 or 14582222. OLE color: 14582222.

HSL color Cylindrical-coordinate representation of color #CE81DE: hue angle of 289.68º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE81DE is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 129 222 -
CMYK 0.07 0.42 0 0.13
HSL 289.68º 0.58% 0.69% -
HSV(B) 289.68º 0.42% 0.87% -
XYZ 46.49 34.1 73.24 -
YUV 162.63 161.51 158.94 -
System Red Green Blue C M Y K H S L
Decimal 206 129 222 0.07 0.42 0 0.13 289.68 0.58 0.69
Hex CE 81 DE 7 2A 0 D 122 3A 45
Octal 316 201 336 7 52 0 15 442 72 105
Binary 11001110 10000001 11011110 111 101010 0 1101 100100010 111010 1000101

Color Harmonies of #CE81DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE81DE

Black with #CE81DE

Text Example


Text Example

White with #CE81DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE81DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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