Html Css Color HEX #C455EF Medium Orchid

📋 copy color: '#C455EF'

red 196 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #C455EF

Tints of Medium Orchid #C455EF

RGB

 RED value IS 196 (76.95% from 255) = 37.69%

 GREEN value IS 85 (33.59% from 255) = 16.35%

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

R = 37.69%
G = 16.35%
B = 45.96%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C455EF (or 0xC455EF) is known color: Medium Orchid. HEX triplet: C4, 55 and EF. RGB value is (196,85,239). Sum of RGB (Red+Green+Blue) = 196+85+239=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #C455EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C455EF is #3BAA10. Grayscale: #878787. Windows color (decimal): -3910161 or 15685060. OLE color: 15685060.

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

Color convert

RGB 196 85 239 -
CMYK 0.18 0.64 0 0.06
HSL 283.25º 0.83% 0.64% -
HSV(B) 283.25º 0.64% 0.94% -
XYZ 41.59 24.46 84.19 -
YUV 135.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 196 85 239 0.18 0.64 0 0.06 283.25 0.83 0.64
Hex C4 55 EF 12 40 0 6 11B 53 40
Octal 304 125 357 22 100 0 6 433 123 100
Binary 11000100 1010101 11101111 10010 1000000 0 110 100011011 1010011 1000000

Color Harmonies of #C455EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455EF

Black with #C455EF

Text Example


Text Example

White with #C455EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455EF; }

 p { color: rgb(196,85,239); }

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

background-color css

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

 a { background-color: rgb(196,85,239); }

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

border-color css

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

 span { border-color: rgb(196,85,239); }

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