Html Css Color HEX #C571CA Orchid

📋 copy color: '#C571CA'

red 197 ◦ green 113 ◦ blue 202

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

Shades of Orchid #C571CA

Tints of Orchid #C571CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.45%

R = 38.48%
G = 22.07%
B = 39.45%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C571CA (or 0xC571CA) is known color: Orchid. HEX triplet: C5, 71 and CA. RGB value is (197,113,202). Sum of RGB (Red+Green+Blue) = 197+113+202=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #C571CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571CA is #3A8E35. Grayscale: #939393. Windows color (decimal): -3837494 or 13267397. OLE color: 13267397.

HSL color Cylindrical-coordinate representation of color #C571CA: hue angle of 296.63º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C571CA is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 113 202 -
CMYK 0.02 0.44 0 0.21
HSL 296.63º 0.46% 0.62% -
HSV(B) 296.63º 0.44% 0.79% -
XYZ 39.59 27.94 59.18 -
YUV 148.26 158.33 162.76 -
System Red Green Blue C M Y K H S L
Decimal 197 113 202 0.02 0.44 0 0.21 296.63 0.46 0.62
Hex C5 71 CA 2 2C 0 15 129 2E 3E
Octal 305 161 312 2 54 0 25 451 56 76
Binary 11000101 1110001 11001010 10 101100 0 10101 100101001 101110 111110

Color Harmonies of #C571CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C571CA

Black with #C571CA

Text Example


Text Example

White with #C571CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C571CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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