Html Css Color HEX #CF79DB Orchid

📋 copy color: '#CF79DB'

red 207 ◦ green 121 ◦ blue 219

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

Shades of Orchid #CF79DB

Tints of Orchid #CF79DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.12%

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

R = 37.84%
G = 22.12%
B = 40.04%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF79DB (or 0xCF79DB) is known color: Orchid. HEX triplet: CF, 79 and DB. RGB value is (207,121,219). Sum of RGB (Red+Green+Blue) = 207+121+219=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF79DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79DB is #308624. Grayscale: #9D9D9D. Windows color (decimal): -3180069 or 14383567. OLE color: 14383567.

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

Color convert

RGB 207 121 219 -
CMYK 0.05 0.45 0 0.14
HSL 292.65º 0.58% 0.67% -
HSV(B) 292.65º 0.45% 0.86% -
XYZ 45.36 32.05 70.81 -
YUV 157.89 162.49 163.03 -
System Red Green Blue C M Y K H S L
Decimal 207 121 219 0.05 0.45 0 0.14 292.65 0.58 0.67
Hex CF 79 DB 5 2D 0 E 125 3A 43
Octal 317 171 333 5 55 0 16 445 72 103
Binary 11001111 1111001 11011011 101 101101 0 1110 100100101 111010 1000011

Color Harmonies of #CF79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF79DB

Black with #CF79DB

Text Example


Text Example

White with #CF79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF79DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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