Html Css Color HEX #C578BF Orchid

📋 copy color: '#C578BF'

red 197 ◦ green 120 ◦ blue 191

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

Shades of Orchid #C578BF

Tints of Orchid #C578BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.6%

R = 38.78%
G = 23.62%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C578BF (or 0xC578BF) is known color: Orchid. HEX triplet: C5, 78 and BF. RGB value is (197,120,191). Sum of RGB (Red+Green+Blue) = 197+120+191=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C578BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578BF is #3A8740. Grayscale: #969696. Windows color (decimal): -3835713 or 12548293. OLE color: 12548293.

HSL color Cylindrical-coordinate representation of color #C578BF: hue angle of 304.68º 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 #C578BF is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 120 191 -
CMYK 0 0.39 0.03 0.23
HSL 304.68º 0.4% 0.62% -
HSV(B) 304.68º 0.39% 0.77% -
XYZ 39.15 29.06 52.84 -
YUV 151.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 197 120 191 0 0.39 0.03 0.23 304.68 0.4 0.62
Hex C5 78 BF 0 27 3 17 131 28 3E
Octal 305 170 277 0 47 3 27 461 50 76
Binary 11000101 1111000 10111111 0 100111 11 10111 100110001 101000 111110

Color Harmonies of #C578BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C578BF

Black with #C578BF

Text Example


Text Example

White with #C578BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C578BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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