Html Css Color HEX #CF79BB Orchid

📋 copy color: '#CF79BB'

red 207 ◦ green 121 ◦ blue 187

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

Shades of Orchid #CF79BB

Tints of Orchid #CF79BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 40.19%
G = 23.5%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF79BB (or 0xCF79BB) is known color: Orchid. HEX triplet: CF, 79 and BB. RGB value is (207,121,187). Sum of RGB (Red+Green+Blue) = 207+121+187=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79BB is #308644. Grayscale: #9A9A9A. Windows color (decimal): -3180101 or 12286415. OLE color: 12286415.

HSL color Cylindrical-coordinate representation of color #CF79BB: hue angle of 313.95º 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 #CF79BB is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 121 187 -
CMYK 0 0.42 0.10 0.19
HSL 313.95º 0.47% 0.64% -
HSV(B) 313.95º 0.42% 0.81% -
XYZ 41.54 30.53 50.72 -
YUV 154.24 146.49 165.63 -
System Red Green Blue C M Y K H S L
Decimal 207 121 187 0 0.42 0.10 0.19 313.95 0.47 0.64
Hex CF 79 BB 0 2A A 13 13A 2F 40
Octal 317 171 273 0 52 12 23 472 57 100
Binary 11001111 1111001 10111011 0 101010 1010 10011 100111010 101111 1000000

Color Harmonies of #CF79BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF79BB

Black with #CF79BB

Text Example


Text Example

White with #CF79BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF79BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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