Html Css Color HEX #CF79DA Orchid

📋 copy color: '#CF79DA'

red 207 ◦ green 121 ◦ blue 218

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

Shades of Orchid #CF79DA

Tints of Orchid #CF79DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.93%

R = 37.91%
G = 22.16%
B = 39.93%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF79DA (or 0xCF79DA) is known color: Orchid. HEX triplet: CF, 79 and DA. RGB value is (207,121,218). Sum of RGB (Red+Green+Blue) = 207+121+218=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 121 (47.66% from 255 or 22.16% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF79DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79DA is #308625. Grayscale: #9D9D9D. Windows color (decimal): -3180070 or 14318031. OLE color: 14318031.

HSL color Cylindrical-coordinate representation of color #CF79DA: hue angle of 293.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF79DA is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 121 218 -
CMYK 0.05 0.44 0 0.15
HSL 293.2º 0.57% 0.66% -
HSV(B) 293.2º 0.44% 0.85% -
XYZ 45.22 32 70.12 -
YUV 157.77 161.99 163.11 -
System Red Green Blue C M Y K H S L
Decimal 207 121 218 0.05 0.44 0 0.15 293.2 0.57 0.66
Hex CF 79 DA 5 2C 0 F 125 39 42
Octal 317 171 332 5 54 0 17 445 71 102
Binary 11001111 1111001 11011010 101 101100 0 1111 100100101 111001 1000010

Color Harmonies of #CF79DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF79DA

Black with #CF79DA

Text Example


Text Example

White with #CF79DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF79DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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