Html Css Color HEX #C55CEE Medium Orchid

📋 copy color: '#C55CEE'

red 197 ◦ green 92 ◦ blue 238

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

Shades of Medium Orchid #C55CEE

Tints of Medium Orchid #C55CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.16%

R = 37.38%
G = 17.46%
B = 45.16%

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

#C55CEE (or 0xC55CEE) is known color: Medium Orchid. HEX triplet: C5, 5C and EE. RGB value is (197,92,238). Sum of RGB (Red+Green+Blue) = 197+92+238=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #C55CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55CEE is #3AA311. Grayscale: #8B8B8B. Windows color (decimal): -3842834 or 15621317. OLE color: 15621317.

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

Color convert

RGB 197 92 238 -
CMYK 0.17 0.61 0 0.07
HSL 283.15º 0.81% 0.65% -
HSV(B) 283.15º 0.61% 0.93% -
XYZ 42.29 25.7 83.62 -
YUV 140.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 197 92 238 0.17 0.61 0 0.07 283.15 0.81 0.65
Hex C5 5C EE 11 3D 0 7 11B 51 41
Octal 305 134 356 21 75 0 7 433 121 101
Binary 11000101 1011100 11101110 10001 111101 0 111 100011011 1010001 1000001

Color Harmonies of #C55CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CEE

Black with #C55CEE

Text Example


Text Example

White with #C55CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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