Html Css Color HEX #C445EF Medium Orchid

📋 copy color: '#C445EF'

red 196 ◦ green 69 ◦ blue 239

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

Shades of Medium Orchid #C445EF

Tints of Medium Orchid #C445EF

RGB

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

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

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

R = 38.89%
G = 13.69%
B = 47.42%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C445EF (or 0xC445EF) is known color: Medium Orchid. HEX triplet: C4, 45 and EF. RGB value is (196,69,239). Sum of RGB (Red+Green+Blue) = 196+69+239=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 69 (27.34% from 255 or 13.69% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #C445EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C445EF is #3BBA10. Grayscale: #7D7D7D. Windows color (decimal): -3914257 or 15680964. OLE color: 15680964.

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

Color convert

RGB 196 69 239 -
CMYK 0.18 0.71 0 0.06
HSL 284.82º 0.84% 0.6% -
HSV(B) 284.82º 0.71% 0.94% -
XYZ 40.47 22.22 83.82 -
YUV 126.35 191.58 177.68 -
System Red Green Blue C M Y K H S L
Decimal 196 69 239 0.18 0.71 0 0.06 284.82 0.84 0.6
Hex C4 45 EF 12 47 0 6 11D 54 3C
Octal 304 105 357 22 107 0 6 435 124 74
Binary 11000100 1000101 11101111 10010 1000111 0 110 100011101 1010100 111100

Color Harmonies of #C445EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C445EF

Black with #C445EF

Text Example


Text Example

White with #C445EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C445EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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