Html Css Color HEX #C55CE0 Medium Orchid

📋 copy color: '#C55CE0'

red 197 ◦ green 92 ◦ blue 224

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

Shades of Medium Orchid #C55CE0

Tints of Medium Orchid #C55CE0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.93%

 BLUE value IS 224 (87.89% from 255) = 43.66%

R = 38.4%
G = 17.93%
B = 43.66%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C55CE0 (or 0xC55CE0) is known color: Medium Orchid. HEX triplet: C5, 5C and E0. RGB value is (197,92,224). Sum of RGB (Red+Green+Blue) = 197+92+224=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #C55CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CE0 is #3AA31F. Grayscale: #8A8A8A. Windows color (decimal): -3842848 or 14703813. OLE color: 14703813.

HSL color Cylindrical-coordinate representation of color #C55CE0: hue angle of 287.73º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55CE0 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 92 224 -
CMYK 0.12 0.59 0 0.12
HSL 287.73º 0.68% 0.62% -
HSV(B) 287.73º 0.59% 0.88% -
XYZ 40.31 24.91 73.2 -
YUV 138.44 176.29 169.77 -
System Red Green Blue C M Y K H S L
Decimal 197 92 224 0.12 0.59 0 0.12 287.73 0.68 0.62
Hex C5 5C E0 C 3B 0 C 120 44 3E
Octal 305 134 340 14 73 0 14 440 104 76
Binary 11000101 1011100 11100000 1100 111011 0 1100 100100000 1000100 111110

Color Harmonies of #C55CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CE0

Black with #C55CE0

Text Example


Text Example

White with #C55CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CE0; }

 p { color: rgb(197,92,224); }

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

background-color css

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

 a { background-color: rgb(197,92,224); }

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

border-color css

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

 span { border-color: rgb(197,92,224); }

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