Html Css Color HEX #C42CEB Medium Orchid

📋 copy color: '#C42CEB'

red 196 ◦ green 44 ◦ blue 235

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

Shades of Medium Orchid #C42CEB

Tints of Medium Orchid #C42CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.47%

R = 41.26%
G = 9.26%
B = 49.47%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C42CEB (or 0xC42CEB) is known color: Medium Orchid. HEX triplet: C4, 2C and EB. RGB value is (196,44,235). Sum of RGB (Red+Green+Blue) = 196+44+235=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #C42CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42CEB is #3BD314. Grayscale: #6E6E6E. Windows color (decimal): -3920661 or 15412420. OLE color: 15412420.

HSL color Cylindrical-coordinate representation of color #C42CEB: hue angle of 287.75º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42CEB is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 44 235 -
CMYK 0.17 0.81 0 0.08
HSL 287.75º 0.83% 0.55% -
HSV(B) 287.75º 0.81% 0.92% -
XYZ 38.66 19.54 80.33 -
YUV 111.22 197.86 188.47 -
System Red Green Blue C M Y K H S L
Decimal 196 44 235 0.17 0.81 0 0.08 287.75 0.83 0.55
Hex C4 2C EB 11 51 0 8 120 53 37
Octal 304 54 353 21 121 0 10 440 123 67
Binary 11000100 101100 11101011 10001 1010001 0 1000 100100000 1010011 110111

Color Harmonies of #C42CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42CEB

Black with #C42CEB

Text Example


Text Example

White with #C42CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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