Html Css Color HEX #C571DA Orchid

📋 copy color: '#C571DA'

red 197 ◦ green 113 ◦ blue 218

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

Shades of Orchid #C571DA

Tints of Orchid #C571DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 37.31%
G = 21.4%
B = 41.29%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C571DA (or 0xC571DA) is known color: Orchid. HEX triplet: C5, 71 and DA. RGB value is (197,113,218). Sum of RGB (Red+Green+Blue) = 197+113+218=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #C571DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571DA is #3A8E25. Grayscale: #959595. Windows color (decimal): -3837478 or 14315973. OLE color: 14315973.

HSL color Cylindrical-coordinate representation of color #C571DA: hue angle of 288º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C571DA is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 113 218 -
CMYK 0.10 0.48 0 0.15
HSL 288º 0.59% 0.65% -
HSV(B) 288º 0.48% 0.85% -
XYZ 41.59 28.74 69.69 -
YUV 150.09 166.33 161.46 -
System Red Green Blue C M Y K H S L
Decimal 197 113 218 0.10 0.48 0 0.15 288 0.59 0.65
Hex C5 71 DA A 30 0 F 120 3B 41
Octal 305 161 332 12 60 0 17 440 73 101
Binary 11000101 1110001 11011010 1010 110000 0 1111 100100000 111011 1000001

Color Harmonies of #C571DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C571DA

Black with #C571DA

Text Example


Text Example

White with #C571DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C571DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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