Html Css Color HEX #C570CC Orchid

📋 copy color: '#C570CC'

red 197 ◦ green 112 ◦ blue 204

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

Shades of Orchid #C570CC

Tints of Orchid #C570CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 38.4%
G = 21.83%
B = 39.77%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C570CC (or 0xC570CC) is known color: Orchid. HEX triplet: C5, 70 and CC. RGB value is (197,112,204). Sum of RGB (Red+Green+Blue) = 197+112+204=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #C570CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570CC is #3A8F33. Grayscale: #939393. Windows color (decimal): -3837748 or 13398213. OLE color: 13398213.

HSL color Cylindrical-coordinate representation of color #C570CC: hue angle of 295.43º degrees, saturation: 0.47, 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 #C570CC is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 112 204 -
CMYK 0.03 0.45 0 0.2
HSL 295.43º 0.47% 0.62% -
HSV(B) 295.43º 0.45% 0.8% -
XYZ 39.72 27.82 60.4 -
YUV 147.9 159.66 163.02 -
System Red Green Blue C M Y K H S L
Decimal 197 112 204 0.03 0.45 0 0.2 295.43 0.47 0.62
Hex C5 70 CC 3 2D 0 14 127 2F 3E
Octal 305 160 314 3 55 0 24 447 57 76
Binary 11000101 1110000 11001100 11 101101 0 10100 100100111 101111 111110

Color Harmonies of #C570CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570CC

Black with #C570CC

Text Example


Text Example

White with #C570CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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