Html Css Color HEX #CF79DC Orchid

📋 copy color: '#CF79DC'

red 207 ◦ green 121 ◦ blue 220

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

Shades of Orchid #CF79DC

Tints of Orchid #CF79DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 37.77%
G = 22.08%
B = 40.15%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF79DC (or 0xCF79DC) is known color: Orchid. HEX triplet: CF, 79 and DC. RGB value is (207,121,220). Sum of RGB (Red+Green+Blue) = 207+121+220=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF79DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79DC is #308623. Grayscale: #9D9D9D. Windows color (decimal): -3180068 or 14449103. OLE color: 14449103.

HSL color Cylindrical-coordinate representation of color #CF79DC: hue angle of 292.12º degrees, saturation: 0.59, 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 #CF79DC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 121 220 -
CMYK 0.06 0.45 0 0.14
HSL 292.12º 0.59% 0.67% -
HSV(B) 292.12º 0.45% 0.86% -
XYZ 45.49 32.11 71.51 -
YUV 158 162.99 162.95 -
System Red Green Blue C M Y K H S L
Decimal 207 121 220 0.06 0.45 0 0.14 292.12 0.59 0.67
Hex CF 79 DC 6 2D 0 E 124 3B 43
Octal 317 171 334 6 55 0 16 444 73 103
Binary 11001111 1111001 11011100 110 101101 0 1110 100100100 111011 1000011

Color Harmonies of #CF79DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF79DC

Black with #CF79DC

Text Example


Text Example

White with #CF79DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF79DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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