Html Css Color HEX #C55CEC Medium Orchid

📋 copy color: '#C55CEC'

red 197 ◦ green 92 ◦ blue 236

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

Shades of Medium Orchid #C55CEC

Tints of Medium Orchid #C55CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 37.52%
G = 17.52%
B = 44.95%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C55CEC (or 0xC55CEC) is known color: Medium Orchid. HEX triplet: C5, 5C and EC. RGB value is (197,92,236). Sum of RGB (Red+Green+Blue) = 197+92+236=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #C55CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55CEC is #3AA313. Grayscale: #8B8B8B. Windows color (decimal): -3842836 or 15490245. OLE color: 15490245.

HSL color Cylindrical-coordinate representation of color #C55CEC: hue angle of 283.75º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C55CEC is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 92 236 -
CMYK 0.17 0.61 0 0.07
HSL 283.75º 0.79% 0.64% -
HSV(B) 283.75º 0.61% 0.93% -
XYZ 41.99 25.58 82.08 -
YUV 139.81 182.29 168.79 -
System Red Green Blue C M Y K H S L
Decimal 197 92 236 0.17 0.61 0 0.07 283.75 0.79 0.64
Hex C5 5C EC 11 3D 0 7 11C 4F 40
Octal 305 134 354 21 75 0 7 434 117 100
Binary 11000101 1011100 11101100 10001 111101 0 111 100011100 1001111 1000000

Color Harmonies of #C55CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CEC

Black with #C55CEC

Text Example


Text Example

White with #C55CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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