Html Css Color HEX #C55FEA Medium Orchid

📋 copy color: '#C55FEA'

red 197 ◦ green 95 ◦ blue 234

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

Shades of Medium Orchid #C55FEA

Tints of Medium Orchid #C55FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.49%

R = 37.45%
G = 18.06%
B = 44.49%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C55FEA (or 0xC55FEA) is known color: Medium Orchid. HEX triplet: C5, 5F and EA. RGB value is (197,95,234). Sum of RGB (Red+Green+Blue) = 197+95+234=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #C55FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55FEA is #3AA015. Grayscale: #8C8C8C. Windows color (decimal): -3842070 or 15359941. OLE color: 15359941.

HSL color Cylindrical-coordinate representation of color #C55FEA: hue angle of 284.03º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55FEA is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 95 234 -
CMYK 0.16 0.59 0 0.08
HSL 284.03º 0.77% 0.65% -
HSV(B) 284.03º 0.59% 0.92% -
XYZ 41.97 26 80.65 -
YUV 141.34 180.29 167.7 -
System Red Green Blue C M Y K H S L
Decimal 197 95 234 0.16 0.59 0 0.08 284.03 0.77 0.65
Hex C5 5F EA 10 3B 0 8 11C 4D 41
Octal 305 137 352 20 73 0 10 434 115 101
Binary 11000101 1011111 11101010 10000 111011 0 1000 100011100 1001101 1000001

Color Harmonies of #C55FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FEA

Black with #C55FEA

Text Example


Text Example

White with #C55FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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