Html Css Color HEX #C578DA Orchid

📋 copy color: '#C578DA'

red 197 ◦ green 120 ◦ blue 218

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

Shades of Orchid #C578DA

Tints of Orchid #C578DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 36.82%
G = 22.43%
B = 40.75%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C578DA (or 0xC578DA) is known color: Orchid. HEX triplet: C5, 78 and DA. RGB value is (197,120,218). Sum of RGB (Red+Green+Blue) = 197+120+218=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #C578DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578DA is #3A8725. Grayscale: #999999. Windows color (decimal): -3835686 or 14317765. OLE color: 14317765.

HSL color Cylindrical-coordinate representation of color #C578DA: hue angle of 287.14º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C578DA is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 120 218 -
CMYK 0.10 0.45 0 0.15
HSL 287.14º 0.57% 0.66% -
HSV(B) 287.14º 0.45% 0.85% -
XYZ 42.4 30.37 69.96 -
YUV 154.2 164.01 158.53 -
System Red Green Blue C M Y K H S L
Decimal 197 120 218 0.10 0.45 0 0.15 287.14 0.57 0.66
Hex C5 78 DA A 2D 0 F 11F 39 42
Octal 305 170 332 12 55 0 17 437 71 102
Binary 11000101 1111000 11011010 1010 101101 0 1111 100011111 111001 1000010

Color Harmonies of #C578DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C578DA

Black with #C578DA

Text Example


Text Example

White with #C578DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C578DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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