Html Css Color HEX #C57DDC Orchid

📋 copy color: '#C57DDC'

red 197 ◦ green 125 ◦ blue 220

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

Shades of Orchid #C57DDC

Tints of Orchid #C57DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 36.35%
G = 23.06%
B = 40.59%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C57DDC (or 0xC57DDC) is known color: Orchid. HEX triplet: C5, 7D and DC. RGB value is (197,125,220). Sum of RGB (Red+Green+Blue) = 197+125+220=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #C57DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DDC is #3A8223. Grayscale: #9D9D9D. Windows color (decimal): -3834404 or 14450117. OLE color: 14450117.

HSL color Cylindrical-coordinate representation of color #C57DDC: hue angle of 285.47º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C57DDC is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 125 220 -
CMYK 0.10 0.43 0 0.14
HSL 285.47º 0.58% 0.68% -
HSV(B) 285.47º 0.43% 0.86% -
XYZ 43.28 31.7 71.55 -
YUV 157.36 163.35 156.28 -
System Red Green Blue C M Y K H S L
Decimal 197 125 220 0.10 0.43 0 0.14 285.47 0.58 0.68
Hex C5 7D DC A 2B 0 E 11D 3A 44
Octal 305 175 334 12 53 0 16 435 72 104
Binary 11000101 1111101 11011100 1010 101011 0 1110 100011101 111010 1000100

Color Harmonies of #C57DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57DDC

Black with #C57DDC

Text Example


Text Example

White with #C57DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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