Html Css Color HEX #C57CCD Orchid

📋 copy color: '#C57CCD'

red 197 ◦ green 124 ◦ blue 205

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

Shades of Orchid #C57CCD

Tints of Orchid #C57CCD

RGB

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

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

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

R = 37.45%
G = 23.57%
B = 38.97%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C57CCD (or 0xC57CCD) is known color: Orchid. HEX triplet: C5, 7C and CD. RGB value is (197,124,205). Sum of RGB (Red+Green+Blue) = 197+124+205=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #C57CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CCD is #3A8332. Grayscale: #9A9A9A. Windows color (decimal): -3834675 or 13466821. OLE color: 13466821.

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

Color convert

RGB 197 124 205 -
CMYK 0.04 0.40 0 0.20
HSL 294.07º 0.45% 0.65% -
HSV(B) 294.07º 0.4% 0.8% -
XYZ 41.25 30.69 61.51 -
YUV 155.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 197 124 205 0.04 0.40 0 0.20 294.07 0.45 0.65
Hex C5 7C CD 4 28 0 14 126 2D 41
Octal 305 174 315 4 50 0 24 446 55 101
Binary 11000101 1111100 11001101 100 101000 0 10100 100100110 101101 1000001

Color Harmonies of #C57CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57CCD

Black with #C57CCD

Text Example


Text Example

White with #C57CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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