Html Css Color HEX #C42DDE Medium Orchid

📋 copy color: '#C42DDE'

red 196 ◦ green 45 ◦ blue 222

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

Shades of Medium Orchid #C42DDE

Tints of Medium Orchid #C42DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.95%

R = 42.33%
G = 9.72%
B = 47.95%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C42DDE (or 0xC42DDE) is known color: Medium Orchid. HEX triplet: C4, 2D and DE. RGB value is (196,45,222). Sum of RGB (Red+Green+Blue) = 196+45+222=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #C42DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DDE is #3BD221. Grayscale: #6D6D6D. Windows color (decimal): -3920418 or 14560708. OLE color: 14560708.

HSL color Cylindrical-coordinate representation of color #C42DDE: hue angle of 291.19º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42DDE is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 45 222 -
CMYK 0.12 0.80 0 0.13
HSL 291.19º 0.73% 0.52% -
HSV(B) 291.19º 0.8% 0.87% -
XYZ 36.89 18.89 70.81 -
YUV 110.33 191.03 189.11 -
System Red Green Blue C M Y K H S L
Decimal 196 45 222 0.12 0.80 0 0.13 291.19 0.73 0.52
Hex C4 2D DE C 50 0 D 123 49 34
Octal 304 55 336 14 120 0 15 443 111 64
Binary 11000100 101101 11011110 1100 1010000 0 1101 100100011 1001001 110100

Color Harmonies of #C42DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DDE

Black with #C42DDE

Text Example


Text Example

White with #C42DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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