Html Css Color HEX #CF79CE Orchid

📋 copy color: '#CF79CE'

red 207 ◦ green 121 ◦ blue 206

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

Shades of Orchid #CF79CE

Tints of Orchid #CF79CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.58%

R = 38.76%
G = 22.66%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF79CE (or 0xCF79CE) is known color: Orchid. HEX triplet: CF, 79 and CE. RGB value is (207,121,206). Sum of RGB (Red+Green+Blue) = 207+121+206=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79CE is #308631. Grayscale: #9C9C9C. Windows color (decimal): -3180082 or 13531599. OLE color: 13531599.

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

Color convert

RGB 207 121 206 -
CMYK 0 0.42 0.00 0.19
HSL 300.7º 0.47% 0.64% -
HSV(B) 300.7º 0.42% 0.81% -
XYZ 43.71 31.4 62.15 -
YUV 156.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 207 121 206 0 0.42 0.00 0.19 300.7 0.47 0.64
Hex CF 79 CE 0 2A 0 13 12D 2F 40
Octal 317 171 316 0 52 0 23 455 57 100
Binary 11001111 1111001 11001110 0 101010 0 10011 100101101 101111 1000000

Color Harmonies of #CF79CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF79CE

Black with #CF79CE

Text Example


Text Example

White with #CF79CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF79CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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