Html Css Color HEX #C445EA Medium Orchid

📋 copy color: '#C445EA'

red 196 ◦ green 69 ◦ blue 234

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

Shades of Medium Orchid #C445EA

Tints of Medium Orchid #C445EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.89%

R = 39.28%
G = 13.83%
B = 46.89%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C445EA (or 0xC445EA) is known color: Medium Orchid. HEX triplet: C4, 45 and EA. RGB value is (196,69,234). Sum of RGB (Red+Green+Blue) = 196+69+234=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #C445EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C445EA is #3BBA15. Grayscale: #7D7D7D. Windows color (decimal): -3914262 or 15353284. OLE color: 15353284.

HSL color Cylindrical-coordinate representation of color #C445EA: hue angle of 286.18º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C445EA is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 69 234 -
CMYK 0.16 0.71 0 0.08
HSL 286.18º 0.8% 0.59% -
HSV(B) 286.18º 0.71% 0.92% -
XYZ 39.74 21.93 79.98 -
YUV 125.78 189.08 178.08 -
System Red Green Blue C M Y K H S L
Decimal 196 69 234 0.16 0.71 0 0.08 286.18 0.8 0.59
Hex C4 45 EA 10 47 0 8 11E 50 3B
Octal 304 105 352 20 107 0 10 436 120 73
Binary 11000100 1000101 11101010 10000 1000111 0 1000 100011110 1010000 111011

Color Harmonies of #C445EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C445EA

Black with #C445EA

Text Example


Text Example

White with #C445EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C445EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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