Html Css Color HEX #CE80DB Orchid

📋 copy color: '#CE80DB'

red 206 ◦ green 128 ◦ blue 219

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

Shades of Orchid #CE80DB

Tints of Orchid #CE80DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 37.25%
G = 23.15%
B = 39.6%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE80DB (or 0xCE80DB) is known color: Orchid. HEX triplet: CE, 80 and DB. RGB value is (206,128,219). Sum of RGB (Red+Green+Blue) = 206+128+219=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80DB is #317F24. Grayscale: #A1A1A1. Windows color (decimal): -3243813 or 14385358. OLE color: 14385358.

HSL color Cylindrical-coordinate representation of color #CE80DB: hue angle of 291.43º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE80DB is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 128 219 -
CMYK 0.06 0.42 0 0.14
HSL 291.43º 0.56% 0.68% -
HSV(B) 291.43º 0.42% 0.86% -
XYZ 45.96 33.67 71.1 -
YUV 161.7 160.34 159.6 -
System Red Green Blue C M Y K H S L
Decimal 206 128 219 0.06 0.42 0 0.14 291.43 0.56 0.68
Hex CE 80 DB 6 2A 0 E 123 38 44
Octal 316 200 333 6 52 0 16 443 70 104
Binary 11001110 10000000 11011011 110 101010 0 1110 100100011 111000 1000100

Color Harmonies of #CE80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE80DB

Black with #CE80DB

Text Example


Text Example

White with #CE80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE80DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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