Html Css Color HEX #C571C8 Orchid

📋 copy color: '#C571C8'

red 197 ◦ green 113 ◦ blue 200

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

Shades of Orchid #C571C8

Tints of Orchid #C571C8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.16%

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

R = 38.63%
G = 22.16%
B = 39.22%

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

#C571C8 (or 0xC571C8) is known color: Orchid. HEX triplet: C5, 71 and C8. RGB value is (197,113,200). Sum of RGB (Red+Green+Blue) = 197+113+200=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: blue. Hex color #C571C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571C8 is #3A8E37. Grayscale: #939393. Windows color (decimal): -3837496 or 13136325. OLE color: 13136325.

HSL color Cylindrical-coordinate representation of color #C571C8: hue angle of 297.93º 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 #C571C8 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 113 200 -
CMYK 0.02 0.44 0 0.22
HSL 297.93º 0.44% 0.61% -
HSV(B) 297.93º 0.44% 0.78% -
XYZ 39.36 27.85 57.95 -
YUV 148.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 197 113 200 0.02 0.44 0 0.22 297.93 0.44 0.61
Hex C5 71 C8 2 2C 0 16 12A 2C 3D
Octal 305 161 310 2 54 0 26 452 54 75
Binary 11000101 1110001 11001000 10 101100 0 10110 100101010 101100 111101

Color Harmonies of #C571C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C571C8

Black with #C571C8

Text Example


Text Example

White with #C571C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C571C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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