Html Css Color HEX #CE81DD Orchid

📋 copy color: '#CE81DD'

red 206 ◦ green 129 ◦ blue 221

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

Shades of Orchid #CE81DD

Tints of Orchid #CE81DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 37.05%
G = 23.2%
B = 39.75%

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

#CE81DD (or 0xCE81DD) is known color: Orchid. HEX triplet: CE, 81 and DD. RGB value is (206,129,221). Sum of RGB (Red+Green+Blue) = 206+129+221=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81DD is #317E22. Grayscale: #A2A2A2. Windows color (decimal): -3243555 or 14516686. OLE color: 14516686.

HSL color Cylindrical-coordinate representation of color #CE81DD: hue angle of 290.22º degrees, saturation: 0.57, 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 #CE81DD is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 129 221 -
CMYK 0.07 0.42 0 0.13
HSL 290.22º 0.58% 0.69% -
HSV(B) 290.22º 0.42% 0.87% -
XYZ 46.36 34.04 72.53 -
YUV 162.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 206 129 221 0.07 0.42 0 0.13 290.22 0.58 0.69
Hex CE 81 DD 7 2A 0 D 122 3A 45
Octal 316 201 335 7 52 0 15 442 72 105
Binary 11001110 10000001 11011101 111 101010 0 1101 100100010 111010 1000101

Color Harmonies of #CE81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE81DD

Black with #CE81DD

Text Example


Text Example

White with #CE81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE81DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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