Html Css Color HEX #C570C8 Orchid

📋 copy color: '#C570C8'

red 197 ◦ green 112 ◦ blue 200

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

Shades of Orchid #C570C8

Tints of Orchid #C570C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.29%

R = 38.7%
G = 22%
B = 39.29%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C570C8 (or 0xC570C8) is known color: Orchid. HEX triplet: C5, 70 and C8. RGB value is (197,112,200). Sum of RGB (Red+Green+Blue) = 197+112+200=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 200 - color contains mainly: blue. Hex color #C570C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570C8 is #3A8F37. Grayscale: #939393. Windows color (decimal): -3837752 or 13136069. OLE color: 13136069.

HSL color Cylindrical-coordinate representation of color #C570C8: hue angle of 297.95º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C570C8 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 112 200 -
CMYK 0.02 0.44 0 0.22
HSL 297.95º 0.44% 0.61% -
HSV(B) 297.95º 0.44% 0.78% -
XYZ 39.25 27.63 57.91 -
YUV 147.45 157.66 163.34 -
System Red Green Blue C M Y K H S L
Decimal 197 112 200 0.02 0.44 0 0.22 297.95 0.44 0.61
Hex C5 70 C8 2 2C 0 16 12A 2C 3D
Octal 305 160 310 2 54 0 26 452 54 75
Binary 11000101 1110000 11001000 10 101100 0 10110 100101010 101100 111101

Color Harmonies of #C570C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570C8

Black with #C570C8

Text Example


Text Example

White with #C570C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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