Html Css Color HEX #C55CED Medium Orchid

📋 copy color: '#C55CED'

red 197 ◦ green 92 ◦ blue 237

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

Shades of Medium Orchid #C55CED

Tints of Medium Orchid #C55CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.06%

R = 37.45%
G = 17.49%
B = 45.06%

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

#C55CED (or 0xC55CED) is known color: Medium Orchid. HEX triplet: C5, 5C and ED. RGB value is (197,92,237). Sum of RGB (Red+Green+Blue) = 197+92+237=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #C55CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55CED is #3AA312. Grayscale: #8B8B8B. Windows color (decimal): -3842835 or 15555781. OLE color: 15555781.

HSL color Cylindrical-coordinate representation of color #C55CED: hue angle of 283.45º degrees, saturation: 0.8, 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 #C55CED is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 92 237 -
CMYK 0.17 0.61 0 0.07
HSL 283.45º 0.8% 0.65% -
HSV(B) 283.45º 0.61% 0.93% -
XYZ 42.14 25.64 82.85 -
YUV 139.93 182.79 168.71 -
System Red Green Blue C M Y K H S L
Decimal 197 92 237 0.17 0.61 0 0.07 283.45 0.8 0.65
Hex C5 5C ED 11 3D 0 7 11B 50 41
Octal 305 134 355 21 75 0 7 433 120 101
Binary 11000101 1011100 11101101 10001 111101 0 111 100011011 1010000 1000001

Color Harmonies of #C55CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CED

Black with #C55CED

Text Example


Text Example

White with #C55CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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