Html Css Color HEX #C570D3 Orchid

📋 copy color: '#C570D3'

red 197 ◦ green 112 ◦ blue 211

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

Shades of Orchid #C570D3

Tints of Orchid #C570D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.58%

R = 37.88%
G = 21.54%
B = 40.58%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C570D3 (or 0xC570D3) is known color: Orchid. HEX triplet: C5, 70 and D3. RGB value is (197,112,211). Sum of RGB (Red+Green+Blue) = 197+112+211=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 211 - color contains mainly: blue. Hex color #C570D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570D3 is #3A8F2C. Grayscale: #949494. Windows color (decimal): -3837741 or 13856965. OLE color: 13856965.

HSL color Cylindrical-coordinate representation of color #C570D3: hue angle of 291.52º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C570D3 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 112 211 -
CMYK 0.07 0.47 0 0.17
HSL 291.52º 0.53% 0.63% -
HSV(B) 291.52º 0.47% 0.83% -
XYZ 40.58 28.16 64.93 -
YUV 148.7 163.16 162.45 -
System Red Green Blue C M Y K H S L
Decimal 197 112 211 0.07 0.47 0 0.17 291.52 0.53 0.63
Hex C5 70 D3 7 2F 0 11 124 35 3F
Octal 305 160 323 7 57 0 21 444 65 77
Binary 11000101 1110000 11010011 111 101111 0 10001 100100100 110101 111111

Color Harmonies of #C570D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570D3

Black with #C570D3

Text Example


Text Example

White with #C570D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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