Html Css Color HEX #C57DBE Orchid

📋 copy color: '#C57DBE'

red 197 ◦ green 125 ◦ blue 190

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

Shades of Orchid #C57DBE

Tints of Orchid #C57DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 38.48%
G = 24.41%
B = 37.11%

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

#C57DBE (or 0xC57DBE) is known color: Orchid. HEX triplet: C5, 7D and BE. RGB value is (197,125,190). Sum of RGB (Red+Green+Blue) = 197+125+190=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C57DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DBE is #3A8241. Grayscale: #999999. Windows color (decimal): -3834434 or 12484037. OLE color: 12484037.

HSL color Cylindrical-coordinate representation of color #C57DBE: hue angle of 305.83º 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 #C57DBE is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 125 190 -
CMYK 0 0.37 0.04 0.23
HSL 305.83º 0.38% 0.63% -
HSV(B) 305.83º 0.37% 0.77% -
XYZ 39.65 30.26 52.47 -
YUV 153.94 148.35 158.71 -
System Red Green Blue C M Y K H S L
Decimal 197 125 190 0 0.37 0.04 0.23 305.83 0.38 0.63
Hex C5 7D BE 0 25 4 17 132 26 3F
Octal 305 175 276 0 45 4 27 462 46 77
Binary 11000101 1111101 10111110 0 100101 100 10111 100110010 100110 111111

Color Harmonies of #C57DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57DBE

Black with #C57DBE

Text Example


Text Example

White with #C57DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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