Html Css Color HEX #CF79B9 Orchid

📋 copy color: '#CF79B9'

red 207 ◦ green 121 ◦ blue 185

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

Shades of Orchid #CF79B9

Tints of Orchid #CF79B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.06%

R = 40.35%
G = 23.59%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CF79B9 (or 0xCF79B9) is known color: Orchid. HEX triplet: CF, 79 and B9. RGB value is (207,121,185). Sum of RGB (Red+Green+Blue) = 207+121+185=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79B9 is #308646. Grayscale: #999999. Windows color (decimal): -3180103 or 12155343. OLE color: 12155343.

HSL color Cylindrical-coordinate representation of color #CF79B9: hue angle of 315.35º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF79B9 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 121 185 -
CMYK 0 0.42 0.11 0.19
HSL 315.35º 0.47% 0.64% -
HSV(B) 315.35º 0.42% 0.81% -
XYZ 41.33 30.44 49.6 -
YUV 154.01 145.49 165.8 -
System Red Green Blue C M Y K H S L
Decimal 207 121 185 0 0.42 0.11 0.19 315.35 0.47 0.64
Hex CF 79 B9 0 2A B 13 13B 2F 40
Octal 317 171 271 0 52 13 23 473 57 100
Binary 11001111 1111001 10111001 0 101010 1011 10011 100111011 101111 1000000

Color Harmonies of #CF79B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF79B9

Black with #CF79B9

Text Example


Text Example

White with #CF79B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF79B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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