Html Css Color HEX #C57DDB Orchid

📋 copy color: '#C57DDB'

red 197 ◦ green 125 ◦ blue 219

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

Shades of Orchid #C57DDB

Tints of Orchid #C57DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 36.41%
G = 23.11%
B = 40.48%

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

#C57DDB (or 0xC57DDB) is known color: Orchid. HEX triplet: C5, 7D and DB. RGB value is (197,125,219). Sum of RGB (Red+Green+Blue) = 197+125+219=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #C57DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DDB is #3A8224. Grayscale: #9C9C9C. Windows color (decimal): -3834405 or 14384581. OLE color: 14384581.

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

Color convert

RGB 197 125 219 -
CMYK 0.10 0.43 0 0.14
HSL 285.96º 0.57% 0.67% -
HSV(B) 285.96º 0.43% 0.86% -
XYZ 43.15 31.65 70.85 -
YUV 157.24 162.85 156.36 -
System Red Green Blue C M Y K H S L
Decimal 197 125 219 0.10 0.43 0 0.14 285.96 0.57 0.67
Hex C5 7D DB A 2B 0 E 11E 39 43
Octal 305 175 333 12 53 0 16 436 71 103
Binary 11000101 1111101 11011011 1010 101011 0 1110 100011110 111001 1000011

Color Harmonies of #C57DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57DDB

Black with #C57DDB

Text Example


Text Example

White with #C57DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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