Html Css Color HEX #C55DEF Medium Orchid

📋 copy color: '#C55DEF'

red 197 ◦ green 93 ◦ blue 239

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

Shades of Medium Orchid #C55DEF

Tints of Medium Orchid #C55DEF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.58%

 BLUE value IS 239 (93.75% from 255) = 45.18%

R = 37.24%
G = 17.58%
B = 45.18%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C55DEF (or 0xC55DEF) is known color: Medium Orchid. HEX triplet: C5, 5D and EF. RGB value is (197,93,239). Sum of RGB (Red+Green+Blue) = 197+93+239=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #C55DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55DEF is #3AA210. Grayscale: #8C8C8C. Windows color (decimal): -3842577 or 15687109. OLE color: 15687109.

HSL color Cylindrical-coordinate representation of color #C55DEF: hue angle of 282.74º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C55DEF is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 93 239 -
CMYK 0.18 0.61 0 0.06
HSL 282.74º 0.82% 0.65% -
HSV(B) 282.74º 0.61% 0.94% -
XYZ 42.52 25.93 84.43 -
YUV 140.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 197 93 239 0.18 0.61 0 0.06 282.74 0.82 0.65
Hex C5 5D EF 12 3D 0 6 11B 52 41
Octal 305 135 357 22 75 0 6 433 122 101
Binary 11000101 1011101 11101111 10010 111101 0 110 100011011 1010010 1000001

Color Harmonies of #C55DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DEF

Black with #C55DEF

Text Example


Text Example

White with #C55DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DEF; }

 p { color: rgb(197,93,239); }

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

background-color css

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

 a { background-color: rgb(197,93,239); }

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

border-color css

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

 span { border-color: rgb(197,93,239); }

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