Html Css Color HEX #C578D5 Orchid

📋 copy color: '#C578D5'

red 197 ◦ green 120 ◦ blue 213

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

Shades of Orchid #C578D5

Tints of Orchid #C578D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.19%

R = 37.17%
G = 22.64%
B = 40.19%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C578D5 (or 0xC578D5) is known color: Orchid. HEX triplet: C5, 78 and D5. RGB value is (197,120,213). Sum of RGB (Red+Green+Blue) = 197+120+213=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #C578D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578D5 is #3A872A. Grayscale: #999999. Windows color (decimal): -3835691 or 13990085. OLE color: 13990085.

HSL color Cylindrical-coordinate representation of color #C578D5: hue angle of 289.68º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C578D5 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 120 213 -
CMYK 0.08 0.44 0 0.16
HSL 289.68º 0.53% 0.65% -
HSV(B) 289.68º 0.44% 0.84% -
XYZ 41.75 30.11 66.56 -
YUV 153.63 161.51 158.94 -
System Red Green Blue C M Y K H S L
Decimal 197 120 213 0.08 0.44 0 0.16 289.68 0.53 0.65
Hex C5 78 D5 8 2C 0 10 122 35 41
Octal 305 170 325 10 54 0 20 442 65 101
Binary 11000101 1111000 11010101 1000 101100 0 10000 100100010 110101 1000001

Color Harmonies of #C578D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C578D5

Black with #C578D5

Text Example


Text Example

White with #C578D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C578D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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