Html Css Color HEX #C55CE8 Medium Orchid

📋 copy color: '#C55CE8'

red 197 ◦ green 92 ◦ blue 232

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

Shades of Medium Orchid #C55CE8

Tints of Medium Orchid #C55CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.53%

R = 37.81%
G = 17.66%
B = 44.53%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C55CE8 (or 0xC55CE8) is known color: Medium Orchid. HEX triplet: C5, 5C and E8. RGB value is (197,92,232). Sum of RGB (Red+Green+Blue) = 197+92+232=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #C55CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55CE8 is #3AA317. Grayscale: #8A8A8A. Windows color (decimal): -3842840 or 15228101. OLE color: 15228101.

HSL color Cylindrical-coordinate representation of color #C55CE8: hue angle of 285º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C55CE8 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 92 232 -
CMYK 0.15 0.60 0 0.09
HSL 285º 0.75% 0.64% -
HSV(B) 285º 0.6% 0.91% -
XYZ 41.42 25.35 79.05 -
YUV 139.36 180.29 169.12 -
System Red Green Blue C M Y K H S L
Decimal 197 92 232 0.15 0.60 0 0.09 285 0.75 0.64
Hex C5 5C E8 F 3C 0 9 11D 4B 40
Octal 305 134 350 17 74 0 11 435 113 100
Binary 11000101 1011100 11101000 1111 111100 0 1001 100011101 1001011 1000000

Color Harmonies of #C55CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CE8

Black with #C55CE8

Text Example


Text Example

White with #C55CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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