Html Css Color HEX #C42DED Medium Orchid

📋 copy color: '#C42DED'

red 196 ◦ green 45 ◦ blue 237

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

Shades of Medium Orchid #C42DED

Tints of Medium Orchid #C42DED

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.41%

 BLUE value IS 237 (92.97% from 255) = 49.58%

R = 41%
G = 9.41%
B = 49.58%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C42DED (or 0xC42DED) is known color: Medium Orchid. HEX triplet: C4, 2D and ED. RGB value is (196,45,237). Sum of RGB (Red+Green+Blue) = 196+45+237=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #C42DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42DED is #3BD212. Grayscale: #6F6F6F. Windows color (decimal): -3920403 or 15543748. OLE color: 15543748.

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

Color convert

RGB 196 45 237 -
CMYK 0.17 0.81 0 0.07
HSL 287.19º 0.84% 0.55% -
HSV(B) 287.19º 0.81% 0.93% -
XYZ 38.99 19.73 81.87 -
YUV 112.04 198.53 187.89 -
System Red Green Blue C M Y K H S L
Decimal 196 45 237 0.17 0.81 0 0.07 287.19 0.84 0.55
Hex C4 2D ED 11 51 0 7 11F 54 37
Octal 304 55 355 21 121 0 7 437 124 67
Binary 11000100 101101 11101101 10001 1010001 0 111 100011111 1010100 110111

Color Harmonies of #C42DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DED

Black with #C42DED

Text Example


Text Example

White with #C42DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DED; }

 p { color: rgb(196,45,237); }

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

background-color css

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

 a { background-color: rgb(196,45,237); }

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

border-color css

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

 span { border-color: rgb(196,45,237); }

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