Html Css Color HEX #C42BE5 Medium Orchid

📋 copy color: '#C42BE5'

red 196 ◦ green 43 ◦ blue 229

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

Shades of Medium Orchid #C42BE5

Tints of Medium Orchid #C42BE5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.19%

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

R = 41.88%
G = 9.19%
B = 48.93%

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

#C42BE5 (or 0xC42BE5) is known color: Medium Orchid. HEX triplet: C4, 2B and E5. RGB value is (196,43,229). Sum of RGB (Red+Green+Blue) = 196+43+229=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #C42BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42BE5 is #3BD41A. Grayscale: #6D6D6D. Windows color (decimal): -3920923 or 15018948. OLE color: 15018948.

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

Color convert

RGB 196 43 229 -
CMYK 0.14 0.81 0 0.10
HSL 289.35º 0.78% 0.53% -
HSV(B) 289.35º 0.81% 0.9% -
XYZ 37.77 19.12 75.83 -
YUV 109.95 195.19 189.38 -
System Red Green Blue C M Y K H S L
Decimal 196 43 229 0.14 0.81 0 0.10 289.35 0.78 0.53
Hex C4 2B E5 E 51 0 A 121 4E 35
Octal 304 53 345 16 121 0 12 441 116 65
Binary 11000100 101011 11100101 1110 1010001 0 1010 100100001 1001110 110101

Color Harmonies of #C42BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42BE5

Black with #C42BE5

Text Example


Text Example

White with #C42BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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