Html Css Color HEX #C578B9 Orchid

📋 copy color: '#C578B9'

red 197 ◦ green 120 ◦ blue 185

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

Shades of Orchid #C578B9

Tints of Orchid #C578B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.85%

R = 39.24%
G = 23.9%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C578B9 (or 0xC578B9) is known color: Orchid. HEX triplet: C5, 78 and B9. RGB value is (197,120,185). Sum of RGB (Red+Green+Blue) = 197+120+185=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C578B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578B9 is #3A8746. Grayscale: #969696. Windows color (decimal): -3835719 or 12155077. OLE color: 12155077.

HSL color Cylindrical-coordinate representation of color #C578B9: hue angle of 309.35º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C578B9 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 120 185 -
CMYK 0 0.39 0.06 0.23
HSL 309.35º 0.4% 0.62% -
HSV(B) 309.35º 0.39% 0.77% -
XYZ 38.5 28.81 49.43 -
YUV 150.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 197 120 185 0 0.39 0.06 0.23 309.35 0.4 0.62
Hex C5 78 B9 0 27 6 17 135 28 3E
Octal 305 170 271 0 47 6 27 465 50 76
Binary 11000101 1111000 10111001 0 100111 110 10111 100110101 101000 111110

Color Harmonies of #C578B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C578B9

Black with #C578B9

Text Example


Text Example

White with #C578B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C578B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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