Html Css Color HEX #C579CF Orchid

📋 copy color: '#C579CF'

red 197 ◦ green 121 ◦ blue 207

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

Shades of Orchid #C579CF

Tints of Orchid #C579CF

RGB

 RED value IS 197 (77.34% from 255) = 37.52%

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

 BLUE value IS 207 (81.25% from 255) = 39.43%

R = 37.52%
G = 23.05%
B = 39.43%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C579CF (or 0xC579CF) is known color: Orchid. HEX triplet: C5, 79 and CF. RGB value is (197,121,207). Sum of RGB (Red+Green+Blue) = 197+121+207=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #C579CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579CF is #3A8630. Grayscale: #999999. Windows color (decimal): -3835441 or 13597125. OLE color: 13597125.

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

Color convert

RGB 197 121 207 -
CMYK 0.05 0.42 0 0.19
HSL 293.02º 0.47% 0.64% -
HSV(B) 293.02º 0.42% 0.81% -
XYZ 41.13 30.05 62.66 -
YUV 153.53 158.18 159.01 -
System Red Green Blue C M Y K H S L
Decimal 197 121 207 0.05 0.42 0 0.19 293.02 0.47 0.64
Hex C5 79 CF 5 2A 0 13 125 2F 40
Octal 305 171 317 5 52 0 23 445 57 100
Binary 11000101 1111001 11001111 101 101010 0 10011 100100101 101111 1000000

Color Harmonies of #C579CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C579CF

Black with #C579CF

Text Example


Text Example

White with #C579CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C579CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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