Html Css Color HEX #CF76DB Orchid

📋 copy color: '#CF76DB'

red 207 ◦ green 118 ◦ blue 219

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

Shades of Orchid #CF76DB

Tints of Orchid #CF76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.69%

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

R = 38.05%
G = 21.69%
B = 40.26%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF76DB (or 0xCF76DB) is known color: Orchid. HEX triplet: CF, 76 and DB. RGB value is (207,118,219). Sum of RGB (Red+Green+Blue) = 207+118+219=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF76DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76DB is #308924. Grayscale: #9B9B9B. Windows color (decimal): -3180837 or 14382799. OLE color: 14382799.

HSL color Cylindrical-coordinate representation of color #CF76DB: hue angle of 292.87º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF76DB is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 118 219 -
CMYK 0.05 0.46 0 0.14
HSL 292.87º 0.58% 0.66% -
HSV(B) 292.87º 0.46% 0.86% -
XYZ 45 31.34 70.69 -
YUV 156.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 207 118 219 0.05 0.46 0 0.14 292.87 0.58 0.66
Hex CF 76 DB 5 2E 0 E 125 3A 42
Octal 317 166 333 5 56 0 16 445 72 102
Binary 11001111 1110110 11011011 101 101110 0 1110 100100101 111010 1000010

Color Harmonies of #CF76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF76DB

Black with #CF76DB

Text Example


Text Example

White with #CF76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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