Html Css Color HEX #C55EF2 Medium Orchid

📋 copy color: '#C55EF2'

red 197 ◦ green 94 ◦ blue 242

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

Shades of Medium Orchid #C55EF2

Tints of Medium Orchid #C55EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.4%

R = 36.96%
G = 17.64%
B = 45.4%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C55EF2 (or 0xC55EF2) is known color: Medium Orchid. HEX triplet: C5, 5E and F2. RGB value is (197,94,242). Sum of RGB (Red+Green+Blue) = 197+94+242=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #C55EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55EF2 is #3AA10D. Grayscale: #8D8D8D. Windows color (decimal): -3842318 or 15883973. OLE color: 15883973.

HSL color Cylindrical-coordinate representation of color #C55EF2: hue angle of 281.76º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C55EF2 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 94 242 -
CMYK 0.19 0.61 0 0.05
HSL 281.76º 0.85% 0.66% -
HSV(B) 281.76º 0.61% 0.95% -
XYZ 43.06 26.29 86.81 -
YUV 141.67 184.62 167.47 -
System Red Green Blue C M Y K H S L
Decimal 197 94 242 0.19 0.61 0 0.05 281.76 0.85 0.66
Hex C5 5E F2 13 3D 0 5 11A 55 42
Octal 305 136 362 23 75 0 5 432 125 102
Binary 11000101 1011110 11110010 10011 111101 0 101 100011010 1010101 1000010

Color Harmonies of #C55EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EF2

Black with #C55EF2

Text Example


Text Example

White with #C55EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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