Html Css Color HEX #C57FCD Orchid

📋 copy color: '#C57FCD'

red 197 ◦ green 127 ◦ blue 205

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

Shades of Orchid #C57FCD

Tints of Orchid #C57FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 24.01%

 BLUE value IS 205 (80.47% from 255) = 38.75%

R = 37.24%
G = 24.01%
B = 38.75%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C57FCD (or 0xC57FCD) is known color: Orchid. HEX triplet: C5, 7F and CD. RGB value is (197,127,205). Sum of RGB (Red+Green+Blue) = 197+127+205=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #C57FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FCD is #3A8032. Grayscale: #9C9C9C. Windows color (decimal): -3833907 or 13467589. OLE color: 13467589.

HSL color Cylindrical-coordinate representation of color #C57FCD: hue angle of 293.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57FCD is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 127 205 -
CMYK 0.04 0.38 0 0.20
HSL 293.85º 0.44% 0.65% -
HSV(B) 293.85º 0.38% 0.8% -
XYZ 41.63 31.46 61.63 -
YUV 156.82 155.19 156.66 -
System Red Green Blue C M Y K H S L
Decimal 197 127 205 0.04 0.38 0 0.20 293.85 0.44 0.65
Hex C5 7F CD 4 26 0 14 126 2C 41
Octal 305 177 315 4 46 0 24 446 54 101
Binary 11000101 1111111 11001101 100 100110 0 10100 100100110 101100 1000001

Color Harmonies of #C57FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57FCD

Black with #C57FCD

Text Example


Text Example

White with #C57FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57FCD; }

 p { color: rgb(197,127,205); }

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

background-color css

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

 a { background-color: rgb(197,127,205); }

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

border-color css

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

 span { border-color: rgb(197,127,205); }

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