Html Css Color HEX #C42CE5 Medium Orchid

📋 copy color: '#C42CE5'

red 196 ◦ green 44 ◦ blue 229

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

Shades of Medium Orchid #C42CE5

Tints of Medium Orchid #C42CE5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.38%

 BLUE value IS 229 (89.84% from 255) = 48.83%

R = 41.79%
G = 9.38%
B = 48.83%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C42CE5 (or 0xC42CE5) is known color: Medium Orchid. HEX triplet: C4, 2C and E5. RGB value is (196,44,229). Sum of RGB (Red+Green+Blue) = 196+44+229=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #C42CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CE5 is #3BD31A. Grayscale: #6D6D6D. Windows color (decimal): -3920667 or 15019204. OLE color: 15019204.

HSL color Cylindrical-coordinate representation of color #C42CE5: hue angle of 289.3º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42CE5 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 44 229 -
CMYK 0.14 0.81 0 0.10
HSL 289.3º 0.78% 0.54% -
HSV(B) 289.3º 0.81% 0.9% -
XYZ 37.81 19.19 75.84 -
YUV 110.54 194.86 188.96 -
System Red Green Blue C M Y K H S L
Decimal 196 44 229 0.14 0.81 0 0.10 289.3 0.78 0.54
Hex C4 2C E5 E 51 0 A 121 4E 36
Octal 304 54 345 16 121 0 12 441 116 66
Binary 11000100 101100 11100101 1110 1010001 0 1010 100100001 1001110 110110

Color Harmonies of #C42CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42CE5

Black with #C42CE5

Text Example


Text Example

White with #C42CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42CE5; }

 p { color: rgb(196,44,229); }

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

background-color css

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

 a { background-color: rgb(196,44,229); }

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

border-color css

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

 span { border-color: rgb(196,44,229); }

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