Html Css Color HEX #C578BA Orchid

📋 copy color: '#C578BA'

red 197 ◦ green 120 ◦ blue 186

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

Shades of Orchid #C578BA

Tints of Orchid #C578BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 39.17%
G = 23.86%
B = 36.98%

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

#C578BA (or 0xC578BA) is known color: Orchid. HEX triplet: C5, 78 and BA. RGB value is (197,120,186). Sum of RGB (Red+Green+Blue) = 197+120+186=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C578BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578BA is #3A8745. Grayscale: #969696. Windows color (decimal): -3835718 or 12220613. OLE color: 12220613.

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

Color convert

RGB 197 120 186 -
CMYK 0 0.39 0.06 0.23
HSL 308.57º 0.4% 0.62% -
HSV(B) 308.57º 0.39% 0.77% -
XYZ 38.61 28.85 49.99 -
YUV 150.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 197 120 186 0 0.39 0.06 0.23 308.57 0.4 0.62
Hex C5 78 BA 0 27 6 17 135 28 3E
Octal 305 170 272 0 47 6 27 465 50 76
Binary 11000101 1111000 10111010 0 100111 110 10111 100110101 101000 111110

Color Harmonies of #C578BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C578BA

Black with #C578BA

Text Example


Text Example

White with #C578BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C578BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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