Html Css Color HEX #C578CD Orchid

📋 copy color: '#C578CD'

red 197 ◦ green 120 ◦ blue 205

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

Shades of Orchid #C578CD

Tints of Orchid #C578CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 37.74%
G = 22.99%
B = 39.27%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C578CD (or 0xC578CD) is known color: Orchid. HEX triplet: C5, 78 and CD. RGB value is (197,120,205). Sum of RGB (Red+Green+Blue) = 197+120+205=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #C578CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578CD is #3A8732. Grayscale: #989898. Windows color (decimal): -3835699 or 13465797. OLE color: 13465797.

HSL color Cylindrical-coordinate representation of color #C578CD: hue angle of 294.35º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C578CD is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 120 205 -
CMYK 0.04 0.41 0 0.20
HSL 294.35º 0.46% 0.64% -
HSV(B) 294.35º 0.41% 0.8% -
XYZ 40.76 29.71 61.34 -
YUV 152.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 197 120 205 0.04 0.41 0 0.20 294.35 0.46 0.64
Hex C5 78 CD 4 29 0 14 126 2E 40
Octal 305 170 315 4 51 0 24 446 56 100
Binary 11000101 1111000 11001101 100 101001 0 10100 100100110 101110 1000000

Color Harmonies of #C578CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C578CD

Black with #C578CD

Text Example


Text Example

White with #C578CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C578CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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