Html Css Color HEX #CF80DB Orchid

📋 copy color: '#CF80DB'

red 207 ◦ green 128 ◦ blue 219

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

Shades of Orchid #CF80DB

Tints of Orchid #CF80DB

RGB

 RED value IS 207 (81.25% from 255) = 37.36%

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

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

R = 37.36%
G = 23.1%
B = 39.53%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF80DB (or 0xCF80DB) is known color: Orchid. HEX triplet: CF, 80 and DB. RGB value is (207,128,219). Sum of RGB (Red+Green+Blue) = 207+128+219=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80DB is #307F24. Grayscale: #A1A1A1. Windows color (decimal): -3178277 or 14385359. OLE color: 14385359.

HSL color Cylindrical-coordinate representation of color #CF80DB: hue angle of 292.09º 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 #CF80DB is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 128 219 -
CMYK 0.05 0.42 0 0.14
HSL 292.09º 0.56% 0.68% -
HSV(B) 292.09º 0.42% 0.86% -
XYZ 46.24 33.82 71.11 -
YUV 162 160.17 160.1 -
System Red Green Blue C M Y K H S L
Decimal 207 128 219 0.05 0.42 0 0.14 292.09 0.56 0.68
Hex CF 80 DB 5 2A 0 E 124 38 44
Octal 317 200 333 5 52 0 16 444 70 104
Binary 11001111 10000000 11011011 101 101010 0 1110 100100100 111000 1000100

Color Harmonies of #CF80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF80DB

Black with #CF80DB

Text Example


Text Example

White with #CF80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF80DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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