Html Css Color HEX #C578BB Orchid

📋 copy color: '#C578BB'

red 197 ◦ green 120 ◦ blue 187

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

Shades of Orchid #C578BB

Tints of Orchid #C578BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 39.09%
G = 23.81%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C578BB (or 0xC578BB) is known color: Orchid. HEX triplet: C5, 78 and BB. RGB value is (197,120,187). Sum of RGB (Red+Green+Blue) = 197+120+187=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C578BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578BB is #3A8744. Grayscale: #969696. Windows color (decimal): -3835717 or 12286149. OLE color: 12286149.

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

Color convert

RGB 197 120 187 -
CMYK 0 0.39 0.05 0.23
HSL 307.79º 0.4% 0.62% -
HSV(B) 307.79º 0.39% 0.77% -
XYZ 38.71 28.89 50.55 -
YUV 150.66 148.51 161.05 -
System Red Green Blue C M Y K H S L
Decimal 197 120 187 0 0.39 0.05 0.23 307.79 0.4 0.62
Hex C5 78 BB 0 27 5 17 134 28 3E
Octal 305 170 273 0 47 5 27 464 50 76
Binary 11000101 1111000 10111011 0 100111 101 10111 100110100 101000 111110

Color Harmonies of #C578BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C578BB

Black with #C578BB

Text Example


Text Example

White with #C578BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C578BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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