Html Css Color HEX #C442EA Medium Orchid

📋 copy color: '#C442EA'

red 196 ◦ green 66 ◦ blue 234

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

Shades of Medium Orchid #C442EA

Tints of Medium Orchid #C442EA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.31%

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

R = 39.52%
G = 13.31%
B = 47.18%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C442EA (or 0xC442EA) is known color: Medium Orchid. HEX triplet: C4, 42 and EA. RGB value is (196,66,234). Sum of RGB (Red+Green+Blue) = 196+66+234=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #C442EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C442EA is #3BBD15. Grayscale: #7B7B7B. Windows color (decimal): -3915030 or 15352516. OLE color: 15352516.

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

Color convert

RGB 196 66 234 -
CMYK 0.16 0.72 0 0.08
HSL 286.43º 0.8% 0.59% -
HSV(B) 286.43º 0.72% 0.92% -
XYZ 39.56 21.57 79.92 -
YUV 124.02 190.07 179.34 -
System Red Green Blue C M Y K H S L
Decimal 196 66 234 0.16 0.72 0 0.08 286.43 0.8 0.59
Hex C4 42 EA 10 48 0 8 11E 50 3B
Octal 304 102 352 20 110 0 10 436 120 73
Binary 11000100 1000010 11101010 10000 1001000 0 1000 100011110 1010000 111011

Color Harmonies of #C442EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442EA

Black with #C442EA

Text Example


Text Example

White with #C442EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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