Html Css Color HEX #C57DCF Orchid

📋 copy color: '#C57DCF'

red 197 ◦ green 125 ◦ blue 207

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

Shades of Orchid #C57DCF

Tints of Orchid #C57DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.13%

R = 37.24%
G = 23.63%
B = 39.13%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C57DCF (or 0xC57DCF) is known color: Orchid. HEX triplet: C5, 7D and CF. RGB value is (197,125,207). Sum of RGB (Red+Green+Blue) = 197+125+207=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #C57DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DCF is #3A8230. Grayscale: #9B9B9B. Windows color (decimal): -3834417 or 13598149. OLE color: 13598149.

HSL color Cylindrical-coordinate representation of color #C57DCF: hue angle of 292.68º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57DCF is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 125 207 -
CMYK 0.05 0.40 0 0.19
HSL 292.68º 0.46% 0.65% -
HSV(B) 292.68º 0.4% 0.81% -
XYZ 41.62 31.04 62.83 -
YUV 155.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 197 125 207 0.05 0.40 0 0.19 292.68 0.46 0.65
Hex C5 7D CF 5 28 0 13 125 2E 41
Octal 305 175 317 5 50 0 23 445 56 101
Binary 11000101 1111101 11001111 101 101000 0 10011 100100101 101110 1000001

Color Harmonies of #C57DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57DCF

Black with #C57DCF

Text Example


Text Example

White with #C57DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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