Html Css Color HEX #C571CE Orchid

📋 copy color: '#C571CE'

red 197 ◦ green 113 ◦ blue 206

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

Shades of Orchid #C571CE

Tints of Orchid #C571CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.92%

R = 38.18%
G = 21.9%
B = 39.92%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C571CE (or 0xC571CE) is known color: Orchid. HEX triplet: C5, 71 and CE. RGB value is (197,113,206). Sum of RGB (Red+Green+Blue) = 197+113+206=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #C571CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571CE is #3A8E31. Grayscale: #949494. Windows color (decimal): -3837490 or 13529541. OLE color: 13529541.

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

Color convert

RGB 197 113 206 -
CMYK 0.04 0.45 0 0.19
HSL 294.19º 0.49% 0.63% -
HSV(B) 294.19º 0.45% 0.81% -
XYZ 40.07 28.14 61.71 -
YUV 148.72 160.33 162.44 -
System Red Green Blue C M Y K H S L
Decimal 197 113 206 0.04 0.45 0 0.19 294.19 0.49 0.63
Hex C5 71 CE 4 2D 0 13 126 31 3F
Octal 305 161 316 4 55 0 23 446 61 77
Binary 11000101 1110001 11001110 100 101101 0 10011 100100110 110001 111111

Color Harmonies of #C571CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C571CE

Black with #C571CE

Text Example


Text Example

White with #C571CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C571CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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