Html Css Color HEX #C57DBD Orchid

📋 copy color: '#C57DBD'

red 197 ◦ green 125 ◦ blue 189

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

Shades of Orchid #C57DBD

Tints of Orchid #C57DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.99%

R = 38.55%
G = 24.46%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C57DBD (or 0xC57DBD) is known color: Orchid. HEX triplet: C5, 7D and BD. RGB value is (197,125,189). Sum of RGB (Red+Green+Blue) = 197+125+189=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C57DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DBD is #3A8242. Grayscale: #999999. Windows color (decimal): -3834435 or 12418501. OLE color: 12418501.

HSL color Cylindrical-coordinate representation of color #C57DBD: hue angle of 306.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57DBD is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 125 189 -
CMYK 0 0.37 0.04 0.23
HSL 306.67º 0.38% 0.63% -
HSV(B) 306.67º 0.37% 0.77% -
XYZ 39.54 30.21 51.89 -
YUV 153.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 197 125 189 0 0.37 0.04 0.23 306.67 0.38 0.63
Hex C5 7D BD 0 25 4 17 133 26 3F
Octal 305 175 275 0 45 4 27 463 46 77
Binary 11000101 1111101 10111101 0 100101 100 10111 100110011 100110 111111

Color Harmonies of #C57DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57DBD

Black with #C57DBD

Text Example


Text Example

White with #C57DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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