Html Css Color HEX #C571CF Orchid

📋 copy color: '#C571CF'

red 197 ◦ green 113 ◦ blue 207

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

Shades of Orchid #C571CF

Tints of Orchid #C571CF

RGB

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

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

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

R = 38.1%
G = 21.86%
B = 40.04%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C571CF (or 0xC571CF) is known color: Orchid. HEX triplet: C5, 71 and CF. RGB value is (197,113,207). Sum of RGB (Red+Green+Blue) = 197+113+207=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #C571CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571CF is #3A8E30. Grayscale: #949494. Windows color (decimal): -3837489 or 13595077. OLE color: 13595077.

HSL color Cylindrical-coordinate representation of color #C571CF: hue angle of 293.62º 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 #C571CF is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 113 207 -
CMYK 0.05 0.45 0 0.19
HSL 293.62º 0.49% 0.63% -
HSV(B) 293.62º 0.45% 0.81% -
XYZ 40.19 28.19 62.35 -
YUV 148.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 197 113 207 0.05 0.45 0 0.19 293.62 0.49 0.63
Hex C5 71 CF 5 2D 0 13 126 31 3F
Octal 305 161 317 5 55 0 23 446 61 77
Binary 11000101 1110001 11001111 101 101101 0 10011 100100110 110001 111111

Color Harmonies of #C571CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C571CF

Black with #C571CF

Text Example


Text Example

White with #C571CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C571CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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