Html Css Color HEX #C571CD Orchid

📋 copy color: '#C571CD'

red 197 ◦ green 113 ◦ blue 205

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

Shades of Orchid #C571CD

Tints of Orchid #C571CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 38.25%
G = 21.94%
B = 39.81%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C571CD (or 0xC571CD) is known color: Orchid. HEX triplet: C5, 71 and CD. RGB value is (197,113,205). Sum of RGB (Red+Green+Blue) = 197+113+205=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #C571CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571CD is #3A8E32. Grayscale: #949494. Windows color (decimal): -3837491 or 13464005. OLE color: 13464005.

HSL color Cylindrical-coordinate representation of color #C571CD: hue angle of 294.78º degrees, saturation: 0.48, 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 #C571CD is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 113 205 -
CMYK 0.04 0.45 0 0.20
HSL 294.78º 0.48% 0.62% -
HSV(B) 294.78º 0.45% 0.8% -
XYZ 39.95 28.09 61.07 -
YUV 148.6 159.83 162.52 -
System Red Green Blue C M Y K H S L
Decimal 197 113 205 0.04 0.45 0 0.20 294.78 0.48 0.62
Hex C5 71 CD 4 2D 0 14 127 30 3E
Octal 305 161 315 4 55 0 24 447 60 76
Binary 11000101 1110001 11001101 100 101101 0 10100 100100111 110000 111110

Color Harmonies of #C571CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C571CD

Black with #C571CD

Text Example


Text Example

White with #C571CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C571CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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