Html Css Color HEX #C570CF Orchid

📋 copy color: '#C570CF'

red 197 ◦ green 112 ◦ blue 207

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

Shades of Orchid #C570CF

Tints of Orchid #C570CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 38.18%
G = 21.71%
B = 40.12%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C570CF (or 0xC570CF) is known color: Orchid. HEX triplet: C5, 70 and CF. RGB value is (197,112,207). Sum of RGB (Red+Green+Blue) = 197+112+207=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #C570CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570CF is #3A8F30. Grayscale: #939393. Windows color (decimal): -3837745 or 13594821. OLE color: 13594821.

HSL color Cylindrical-coordinate representation of color #C570CF: hue angle of 293.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C570CF is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 112 207 -
CMYK 0.05 0.46 0 0.19
HSL 293.68º 0.5% 0.63% -
HSV(B) 293.68º 0.46% 0.81% -
XYZ 40.08 27.96 62.32 -
YUV 148.25 161.16 162.78 -
System Red Green Blue C M Y K H S L
Decimal 197 112 207 0.05 0.46 0 0.19 293.68 0.5 0.63
Hex C5 70 CF 5 2E 0 13 126 32 3F
Octal 305 160 317 5 56 0 23 446 62 77
Binary 11000101 1110000 11001111 101 101110 0 10011 100100110 110010 111111

Color Harmonies of #C570CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570CF

Black with #C570CF

Text Example


Text Example

White with #C570CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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