Html Css Color HEX #C55FF2 Medium Orchid

📋 copy color: '#C55FF2'

red 197 ◦ green 95 ◦ blue 242

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

Shades of Medium Orchid #C55FF2

Tints of Medium Orchid #C55FF2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.79%

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

R = 36.89%
G = 17.79%
B = 45.32%

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

#C55FF2 (or 0xC55FF2) is known color: Medium Orchid. HEX triplet: C5, 5F and F2. RGB value is (197,95,242). Sum of RGB (Red+Green+Blue) = 197+95+242=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #C55FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55FF2 is #3AA00D. Grayscale: #8D8D8D. Windows color (decimal): -3842062 or 15884229. OLE color: 15884229.

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

Color convert

RGB 197 95 242 -
CMYK 0.19 0.61 0 0.05
HSL 281.63º 0.85% 0.66% -
HSV(B) 281.63º 0.61% 0.95% -
XYZ 43.15 26.47 86.84 -
YUV 142.26 184.29 167.05 -
System Red Green Blue C M Y K H S L
Decimal 197 95 242 0.19 0.61 0 0.05 281.63 0.85 0.66
Hex C5 5F F2 13 3D 0 5 11A 55 42
Octal 305 137 362 23 75 0 5 432 125 102
Binary 11000101 1011111 11110010 10011 111101 0 101 100011010 1010101 1000010

Color Harmonies of #C55FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FF2

Black with #C55FF2

Text Example


Text Example

White with #C55FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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