Html Css Color HEX #C55EEF Medium Orchid

📋 copy color: '#C55EEF'

red 197 ◦ green 94 ◦ blue 239

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

Shades of Medium Orchid #C55EEF

Tints of Medium Orchid #C55EEF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.74%

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

R = 37.17%
G = 17.74%
B = 45.09%

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

#C55EEF (or 0xC55EEF) is known color: Medium Orchid. HEX triplet: C5, 5E and EF. RGB value is (197,94,239). Sum of RGB (Red+Green+Blue) = 197+94+239=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #C55EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55EEF is #3AA110. Grayscale: #8C8C8C. Windows color (decimal): -3842321 or 15687365. OLE color: 15687365.

HSL color Cylindrical-coordinate representation of color #C55EEF: hue angle of 282.62º 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 #C55EEF is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 94 239 -
CMYK 0.18 0.61 0 0.06
HSL 282.62º 0.82% 0.65% -
HSV(B) 282.62º 0.61% 0.94% -
XYZ 42.61 26.11 84.45 -
YUV 141.33 183.12 167.71 -
System Red Green Blue C M Y K H S L
Decimal 197 94 239 0.18 0.61 0 0.06 282.62 0.82 0.65
Hex C5 5E EF 12 3D 0 6 11B 52 41
Octal 305 136 357 22 75 0 6 433 122 101
Binary 11000101 1011110 11101111 10010 111101 0 110 100011011 1010010 1000001

Color Harmonies of #C55EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EEF

Black with #C55EEF

Text Example


Text Example

White with #C55EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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