Html Css Color HEX #C570CD Orchid

📋 copy color: '#C570CD'

red 197 ◦ green 112 ◦ blue 205

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

Shades of Orchid #C570CD

Tints of Orchid #C570CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.79%

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

R = 38.33%
G = 21.79%
B = 39.88%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C570CD (or 0xC570CD) is known color: Orchid. HEX triplet: C5, 70 and CD. RGB value is (197,112,205). Sum of RGB (Red+Green+Blue) = 197+112+205=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #C570CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570CD is #3A8F32. Grayscale: #939393. Windows color (decimal): -3837747 or 13463749. OLE color: 13463749.

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

Color convert

RGB 197 112 205 -
CMYK 0.04 0.45 0 0.20
HSL 294.84º 0.48% 0.62% -
HSV(B) 294.84º 0.45% 0.8% -
XYZ 39.84 27.87 61.04 -
YUV 148.02 160.16 162.94 -
System Red Green Blue C M Y K H S L
Decimal 197 112 205 0.04 0.45 0 0.20 294.84 0.48 0.62
Hex C5 70 CD 4 2D 0 14 127 30 3E
Octal 305 160 315 4 55 0 24 447 60 76
Binary 11000101 1110000 11001101 100 101101 0 10100 100100111 110000 111110

Color Harmonies of #C570CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570CD

Black with #C570CD

Text Example


Text Example

White with #C570CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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