Html Css Color HEX #C445ED Medium Orchid

📋 copy color: '#C445ED'

red 196 ◦ green 69 ◦ blue 237

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

Shades of Medium Orchid #C445ED

Tints of Medium Orchid #C445ED

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.75%

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

R = 39.04%
G = 13.75%
B = 47.21%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C445ED (or 0xC445ED) is known color: Medium Orchid. HEX triplet: C4, 45 and ED. RGB value is (196,69,237). Sum of RGB (Red+Green+Blue) = 196+69+237=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 69 (27.34% from 255 or 13.75% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #C445ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C445ED is #3BBA12. Grayscale: #7D7D7D. Windows color (decimal): -3914259 or 15549892. OLE color: 15549892.

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

Color convert

RGB 196 69 237 -
CMYK 0.17 0.71 0 0.07
HSL 285.36º 0.82% 0.6% -
HSV(B) 285.36º 0.71% 0.93% -
XYZ 40.18 22.11 82.27 -
YUV 126.13 190.58 177.84 -
System Red Green Blue C M Y K H S L
Decimal 196 69 237 0.17 0.71 0 0.07 285.36 0.82 0.6
Hex C4 45 ED 11 47 0 7 11D 52 3C
Octal 304 105 355 21 107 0 7 435 122 74
Binary 11000100 1000101 11101101 10001 1000111 0 111 100011101 1010010 111100

Color Harmonies of #C445ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C445ED

Black with #C445ED

Text Example


Text Example

White with #C445ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C445ED; }

 p { color: rgb(196,69,237); }

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

background-color css

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

 a { background-color: rgb(196,69,237); }

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

border-color css

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

 span { border-color: rgb(196,69,237); }

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