Html Css Color HEX #CF79C6 Orchid

📋 copy color: '#CF79C6'

red 207 ◦ green 121 ◦ blue 198

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

Shades of Orchid #CF79C6

Tints of Orchid #CF79C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.64%

R = 39.35%
G = 23%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF79C6 (or 0xCF79C6) is known color: Orchid. HEX triplet: CF, 79 and C6. RGB value is (207,121,198). Sum of RGB (Red+Green+Blue) = 207+121+198=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79C6 is #308639. Grayscale: #9B9B9B. Windows color (decimal): -3180090 or 13007311. OLE color: 13007311.

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

Color convert

RGB 207 121 198 -
CMYK 0 0.42 0.04 0.19
HSL 306.28º 0.47% 0.64% -
HSV(B) 306.28º 0.42% 0.81% -
XYZ 42.76 31.02 57.16 -
YUV 155.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 207 121 198 0 0.42 0.04 0.19 306.28 0.47 0.64
Hex CF 79 C6 0 2A 4 13 132 2F 40
Octal 317 171 306 0 52 4 23 462 57 100
Binary 11001111 1111001 11000110 0 101010 100 10011 100110010 101111 1000000

Color Harmonies of #CF79C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF79C6

Black with #CF79C6

Text Example


Text Example

White with #CF79C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF79C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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