Html Css Color HEX #CE80DD Orchid

📋 copy color: '#CE80DD'

red 206 ◦ green 128 ◦ blue 221

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

Shades of Orchid #CE80DD

Tints of Orchid #CE80DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.06%

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

R = 37.12%
G = 23.06%
B = 39.82%

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

#CE80DD (or 0xCE80DD) is known color: Orchid. HEX triplet: CE, 80 and DD. RGB value is (206,128,221). Sum of RGB (Red+Green+Blue) = 206+128+221=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80DD is #317F22. Grayscale: #A1A1A1. Windows color (decimal): -3243811 or 14516430. OLE color: 14516430.

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

Color convert

RGB 206 128 221 -
CMYK 0.07 0.42 0 0.13
HSL 290.32º 0.58% 0.68% -
HSV(B) 290.32º 0.42% 0.87% -
XYZ 46.22 33.78 72.49 -
YUV 161.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 206 128 221 0.07 0.42 0 0.13 290.32 0.58 0.68
Hex CE 80 DD 7 2A 0 D 122 3A 44
Octal 316 200 335 7 52 0 15 442 72 104
Binary 11001110 10000000 11011101 111 101010 0 1101 100100010 111010 1000100

Color Harmonies of #CE80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE80DD

Black with #CE80DD

Text Example


Text Example

White with #CE80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE80DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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