Html Css Color HEX #C57CDB Orchid

📋 copy color: '#C57CDB'

red 197 ◦ green 124 ◦ blue 219

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

Shades of Orchid #C57CDB

Tints of Orchid #C57CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.96%

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

R = 36.48%
G = 22.96%
B = 40.56%

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

#C57CDB (or 0xC57CDB) is known color: Orchid. HEX triplet: C5, 7C and DB. RGB value is (197,124,219). Sum of RGB (Red+Green+Blue) = 197+124+219=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #C57CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CDB is #3A8324. Grayscale: #9C9C9C. Windows color (decimal): -3834661 or 14384325. OLE color: 14384325.

HSL color Cylindrical-coordinate representation of color #C57CDB: hue angle of 286.11º 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 #C57CDB is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 124 219 -
CMYK 0.10 0.43 0 0.14
HSL 286.11º 0.57% 0.67% -
HSV(B) 286.11º 0.43% 0.86% -
XYZ 43.02 31.4 70.81 -
YUV 156.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 197 124 219 0.10 0.43 0 0.14 286.11 0.57 0.67
Hex C5 7C DB A 2B 0 E 11E 39 43
Octal 305 174 333 12 53 0 16 436 71 103
Binary 11000101 1111100 11011011 1010 101011 0 1110 100011110 111001 1000011

Color Harmonies of #C57CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57CDB

Black with #C57CDB

Text Example


Text Example

White with #C57CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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