Html Css Color HEX #CF79D6 Orchid

📋 copy color: '#CF79D6'

red 207 ◦ green 121 ◦ blue 214

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

Shades of Orchid #CF79D6

Tints of Orchid #CF79D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.48%

R = 38.19%
G = 22.32%
B = 39.48%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF79D6 (or 0xCF79D6) is known color: Orchid. HEX triplet: CF, 79 and D6. RGB value is (207,121,214). Sum of RGB (Red+Green+Blue) = 207+121+214=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF79D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79D6 is #308629. Grayscale: #9D9D9D. Windows color (decimal): -3180074 or 14055887. OLE color: 14055887.

HSL color Cylindrical-coordinate representation of color #CF79D6: hue angle of 295.48º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF79D6 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 121 214 -
CMYK 0.03 0.43 0 0.16
HSL 295.48º 0.53% 0.66% -
HSV(B) 295.48º 0.43% 0.84% -
XYZ 44.71 31.8 67.4 -
YUV 157.32 159.99 163.44 -
System Red Green Blue C M Y K H S L
Decimal 207 121 214 0.03 0.43 0 0.16 295.48 0.53 0.66
Hex CF 79 D6 3 2B 0 10 127 35 42
Octal 317 171 326 3 53 0 20 447 65 102
Binary 11001111 1111001 11010110 11 101011 0 10000 100100111 110101 1000010

Color Harmonies of #CF79D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF79D6

Black with #CF79D6

Text Example


Text Example

White with #CF79D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF79D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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