Html Css Color HEX #CE81DA Orchid

📋 copy color: '#CE81DA'

red 206 ◦ green 129 ◦ blue 218

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

Shades of Orchid #CE81DA

Tints of Orchid #CE81DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 37.25%
G = 23.33%
B = 39.42%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE81DA (or 0xCE81DA) is known color: Orchid. HEX triplet: CE, 81 and DA. RGB value is (206,129,218). Sum of RGB (Red+Green+Blue) = 206+129+218=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81DA is #317E25. Grayscale: #A1A1A1. Windows color (decimal): -3243558 or 14320078. OLE color: 14320078.

HSL color Cylindrical-coordinate representation of color #CE81DA: hue angle of 291.91º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE81DA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 129 218 -
CMYK 0.06 0.41 0 0.15
HSL 291.91º 0.55% 0.68% -
HSV(B) 291.91º 0.41% 0.85% -
XYZ 45.96 33.88 70.45 -
YUV 162.17 159.51 159.26 -
System Red Green Blue C M Y K H S L
Decimal 206 129 218 0.06 0.41 0 0.15 291.91 0.55 0.68
Hex CE 81 DA 6 29 0 F 124 37 44
Octal 316 201 332 6 51 0 17 444 67 104
Binary 11001110 10000001 11011010 110 101001 0 1111 100100100 110111 1000100

Color Harmonies of #CE81DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE81DA

Black with #CE81DA

Text Example


Text Example

White with #CE81DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE81DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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