Html Css Color HEX #C55BEF Medium Orchid

📋 copy color: '#C55BEF'

red 197 ◦ green 91 ◦ blue 239

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

Shades of Medium Orchid #C55BEF

Tints of Medium Orchid #C55BEF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.27%

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 37.38%
G = 17.27%
B = 45.35%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C55BEF (or 0xC55BEF) is known color: Medium Orchid. HEX triplet: C5, 5B and EF. RGB value is (197,91,239). Sum of RGB (Red+Green+Blue) = 197+91+239=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #C55BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55BEF is #3AA410. Grayscale: #8B8B8B. Windows color (decimal): -3843089 or 15686597. OLE color: 15686597.

HSL color Cylindrical-coordinate representation of color #C55BEF: hue angle of 282.97º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C55BEF is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 91 239 -
CMYK 0.18 0.62 0 0.06
HSL 282.97º 0.82% 0.65% -
HSV(B) 282.97º 0.62% 0.94% -
XYZ 42.35 25.58 84.37 -
YUV 139.57 184.12 168.97 -
System Red Green Blue C M Y K H S L
Decimal 197 91 239 0.18 0.62 0 0.06 282.97 0.82 0.65
Hex C5 5B EF 12 3E 0 6 11B 52 41
Octal 305 133 357 22 76 0 6 433 122 101
Binary 11000101 1011011 11101111 10010 111110 0 110 100011011 1010010 1000001

Color Harmonies of #C55BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BEF

Black with #C55BEF

Text Example


Text Example

White with #C55BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BEF; }

 p { color: rgb(197,91,239); }

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

background-color css

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

 a { background-color: rgb(197,91,239); }

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

border-color css

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

 span { border-color: rgb(197,91,239); }

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