Html Css Color HEX #C578CF Orchid

📋 copy color: '#C578CF'

red 197 ◦ green 120 ◦ blue 207

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

Shades of Orchid #C578CF

Tints of Orchid #C578CF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.9%

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

R = 37.6%
G = 22.9%
B = 39.5%

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

#C578CF (or 0xC578CF) is known color: Orchid. HEX triplet: C5, 78 and CF. RGB value is (197,120,207). Sum of RGB (Red+Green+Blue) = 197+120+207=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #C578CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578CF is #3A8730. Grayscale: #989898. Windows color (decimal): -3835697 or 13596869. OLE color: 13596869.

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

Color convert

RGB 197 120 207 -
CMYK 0.05 0.42 0 0.19
HSL 293.1º 0.48% 0.64% -
HSV(B) 293.1º 0.42% 0.81% -
XYZ 41 29.81 62.62 -
YUV 152.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 197 120 207 0.05 0.42 0 0.19 293.1 0.48 0.64
Hex C5 78 CF 5 2A 0 13 125 30 40
Octal 305 170 317 5 52 0 23 445 60 100
Binary 11000101 1111000 11001111 101 101010 0 10011 100100101 110000 1000000

Color Harmonies of #C578CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C578CF

Black with #C578CF

Text Example


Text Example

White with #C578CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C578CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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