Html Css Color HEX #CE81D8 Orchid

📋 copy color: '#CE81D8'

red 206 ◦ green 129 ◦ blue 216

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

Shades of Orchid #CE81D8

Tints of Orchid #CE81D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.2%

R = 37.39%
G = 23.41%
B = 39.2%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE81D8 (or 0xCE81D8) is known color: Orchid. HEX triplet: CE, 81 and D8. RGB value is (206,129,216). Sum of RGB (Red+Green+Blue) = 206+129+216=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE81D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81D8 is #317E27. Grayscale: #A1A1A1. Windows color (decimal): -3243560 or 14189006. OLE color: 14189006.

HSL color Cylindrical-coordinate representation of color #CE81D8: hue angle of 293.1º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE81D8 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 129 216 -
CMYK 0.05 0.40 0 0.15
HSL 293.1º 0.53% 0.68% -
HSV(B) 293.1º 0.4% 0.85% -
XYZ 45.7 33.78 69.08 -
YUV 161.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 206 129 216 0.05 0.40 0 0.15 293.1 0.53 0.68
Hex CE 81 D8 5 28 0 F 125 35 44
Octal 316 201 330 5 50 0 17 445 65 104
Binary 11001110 10000001 11011000 101 101000 0 1111 100100101 110101 1000100

Color Harmonies of #CE81D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE81D8

Black with #CE81D8

Text Example


Text Example

White with #CE81D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE81D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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