Html Css Color HEX #C570CA Orchid

📋 copy color: '#C570CA'

red 197 ◦ green 112 ◦ blue 202

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

Shades of Orchid #C570CA

Tints of Orchid #C570CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.53%

R = 38.55%
G = 21.92%
B = 39.53%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C570CA (or 0xC570CA) is known color: Orchid. HEX triplet: C5, 70 and CA. RGB value is (197,112,202). Sum of RGB (Red+Green+Blue) = 197+112+202=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #C570CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570CA is #3A8F35. Grayscale: #939393. Windows color (decimal): -3837750 or 13267141. OLE color: 13267141.

HSL color Cylindrical-coordinate representation of color #C570CA: hue angle of 296.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C570CA is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 112 202 -
CMYK 0.02 0.45 0 0.21
HSL 296.67º 0.46% 0.62% -
HSV(B) 296.67º 0.45% 0.79% -
XYZ 39.48 27.72 59.15 -
YUV 147.68 158.66 163.18 -
System Red Green Blue C M Y K H S L
Decimal 197 112 202 0.02 0.45 0 0.21 296.67 0.46 0.62
Hex C5 70 CA 2 2D 0 15 129 2E 3E
Octal 305 160 312 2 55 0 25 451 56 76
Binary 11000101 1110000 11001010 10 101101 0 10101 100101001 101110 111110

Color Harmonies of #C570CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570CA

Black with #C570CA

Text Example


Text Example

White with #C570CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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