Html Css Color HEX #C55CEA Medium Orchid

📋 copy color: '#C55CEA'

red 197 ◦ green 92 ◦ blue 234

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

Shades of Medium Orchid #C55CEA

Tints of Medium Orchid #C55CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.59%

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

R = 37.67%
G = 17.59%
B = 44.74%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C55CEA (or 0xC55CEA) is known color: Medium Orchid. HEX triplet: C5, 5C and EA. RGB value is (197,92,234). Sum of RGB (Red+Green+Blue) = 197+92+234=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #C55CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55CEA is #3AA315. Grayscale: #8B8B8B. Windows color (decimal): -3842838 or 15359173. OLE color: 15359173.

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

Color convert

RGB 197 92 234 -
CMYK 0.16 0.61 0 0.08
HSL 284.37º 0.77% 0.64% -
HSV(B) 284.37º 0.61% 0.92% -
XYZ 41.7 25.47 80.56 -
YUV 139.58 181.29 168.95 -
System Red Green Blue C M Y K H S L
Decimal 197 92 234 0.16 0.61 0 0.08 284.37 0.77 0.64
Hex C5 5C EA 10 3D 0 8 11C 4D 40
Octal 305 134 352 20 75 0 10 434 115 100
Binary 11000101 1011100 11101010 10000 111101 0 1000 100011100 1001101 1000000

Color Harmonies of #C55CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CEA

Black with #C55CEA

Text Example


Text Example

White with #C55CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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