Html Css Color HEX #C442E6 Medium Orchid

📋 copy color: '#C442E6'

red 196 ◦ green 66 ◦ blue 230

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

Shades of Medium Orchid #C442E6

Tints of Medium Orchid #C442E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.75%

R = 39.84%
G = 13.41%
B = 46.75%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C442E6 (or 0xC442E6) is known color: Medium Orchid. HEX triplet: C4, 42 and E6. RGB value is (196,66,230). Sum of RGB (Red+Green+Blue) = 196+66+230=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #C442E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C442E6 is #3BBD19. Grayscale: #7B7B7B. Windows color (decimal): -3915034 or 15090372. OLE color: 15090372.

HSL color Cylindrical-coordinate representation of color #C442E6: hue angle of 287.56º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C442E6 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 66 230 -
CMYK 0.15 0.71 0 0.10
HSL 287.56º 0.77% 0.58% -
HSV(B) 287.56º 0.71% 0.9% -
XYZ 39 21.35 76.93 -
YUV 123.57 188.07 179.66 -
System Red Green Blue C M Y K H S L
Decimal 196 66 230 0.15 0.71 0 0.10 287.56 0.77 0.58
Hex C4 42 E6 F 47 0 A 120 4D 3A
Octal 304 102 346 17 107 0 12 440 115 72
Binary 11000100 1000010 11100110 1111 1000111 0 1010 100100000 1001101 111010

Color Harmonies of #C442E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C442E6

Black with #C442E6

Text Example


Text Example

White with #C442E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C442E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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