Html Css Color HEX #C57DCE Orchid

📋 copy color: '#C57DCE'

red 197 ◦ green 125 ◦ blue 206

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

Shades of Orchid #C57DCE

Tints of Orchid #C57DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.02%

R = 37.31%
G = 23.67%
B = 39.02%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C57DCE (or 0xC57DCE) is known color: Orchid. HEX triplet: C5, 7D and CE. RGB value is (197,125,206). Sum of RGB (Red+Green+Blue) = 197+125+206=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #C57DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DCE is #3A8231. Grayscale: #9B9B9B. Windows color (decimal): -3834418 or 13532613. OLE color: 13532613.

HSL color Cylindrical-coordinate representation of color #C57DCE: hue angle of 293.33º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57DCE is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 125 206 -
CMYK 0.04 0.39 0 0.19
HSL 293.33º 0.45% 0.65% -
HSV(B) 293.33º 0.39% 0.81% -
XYZ 41.5 30.99 62.19 -
YUV 155.76 156.35 157.41 -
System Red Green Blue C M Y K H S L
Decimal 197 125 206 0.04 0.39 0 0.19 293.33 0.45 0.65
Hex C5 7D CE 4 27 0 13 125 2D 41
Octal 305 175 316 4 47 0 23 445 55 101
Binary 11000101 1111101 11001110 100 100111 0 10011 100100101 101101 1000001

Color Harmonies of #C57DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57DCE

Black with #C57DCE

Text Example


Text Example

White with #C57DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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