Html Css Color HEX #C57DDD Orchid

📋 copy color: '#C57DDD'

red 197 ◦ green 125 ◦ blue 221

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

Shades of Orchid #C57DDD

Tints of Orchid #C57DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.02%

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 36.28%
G = 23.02%
B = 40.7%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C57DDD (or 0xC57DDD) is known color: Orchid. HEX triplet: C5, 7D and DD. RGB value is (197,125,221). Sum of RGB (Red+Green+Blue) = 197+125+221=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #C57DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DDD is #3A8222. Grayscale: #9D9D9D. Windows color (decimal): -3834403 or 14515653. OLE color: 14515653.

HSL color Cylindrical-coordinate representation of color #C57DDD: hue angle of 285º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57DDD is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 125 221 -
CMYK 0.11 0.43 0 0.13
HSL 285º 0.59% 0.68% -
HSV(B) 285º 0.43% 0.87% -
XYZ 43.41 31.76 72.25 -
YUV 157.47 163.85 156.19 -
System Red Green Blue C M Y K H S L
Decimal 197 125 221 0.11 0.43 0 0.13 285 0.59 0.68
Hex C5 7D DD B 2B 0 D 11D 3B 44
Octal 305 175 335 13 53 0 15 435 73 104
Binary 11000101 1111101 11011101 1011 101011 0 1101 100011101 111011 1000100

Color Harmonies of #C57DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57DDD

Black with #C57DDD

Text Example


Text Example

White with #C57DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57DDD; }

 p { color: rgb(197,125,221); }

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

background-color css

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

 a { background-color: rgb(197,125,221); }

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

border-color css

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

 span { border-color: rgb(197,125,221); }

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