Html Css Color HEX #CF79BA Orchid

📋 copy color: '#CF79BA'

red 207 ◦ green 121 ◦ blue 186

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

Shades of Orchid #CF79BA

Tints of Orchid #CF79BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 40.27%
G = 23.54%
B = 36.19%

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

#CF79BA (or 0xCF79BA) is known color: Orchid. HEX triplet: CF, 79 and BA. RGB value is (207,121,186). Sum of RGB (Red+Green+Blue) = 207+121+186=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79BA is #308645. Grayscale: #999999. Windows color (decimal): -3180102 or 12220879. OLE color: 12220879.

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

Color convert

RGB 207 121 186 -
CMYK 0 0.42 0.10 0.19
HSL 314.65º 0.47% 0.64% -
HSV(B) 314.65º 0.42% 0.81% -
XYZ 41.43 30.49 50.15 -
YUV 154.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 207 121 186 0 0.42 0.10 0.19 314.65 0.47 0.64
Hex CF 79 BA 0 2A A 13 13B 2F 40
Octal 317 171 272 0 52 12 23 473 57 100
Binary 11001111 1111001 10111010 0 101010 1010 10011 100111011 101111 1000000

Color Harmonies of #CF79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF79BA

Black with #CF79BA

Text Example


Text Example

White with #CF79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF79BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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