Html Css Color HEX #C42BDC Medium Orchid

📋 copy color: '#C42BDC'

red 196 ◦ green 43 ◦ blue 220

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

Shades of Medium Orchid #C42BDC

Tints of Medium Orchid #C42BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 42.7%
G = 9.37%
B = 47.93%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C42BDC (or 0xC42BDC) is known color: Medium Orchid. HEX triplet: C4, 2B and DC. RGB value is (196,43,220). Sum of RGB (Red+Green+Blue) = 196+43+220=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #C42BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42BDC is #3BD423. Grayscale: #6C6C6C. Windows color (decimal): -3920932 or 14429124. OLE color: 14429124.

HSL color Cylindrical-coordinate representation of color #C42BDC: hue angle of 291.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42BDC is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 43 220 -
CMYK 0.11 0.80 0 0.14
HSL 291.86º 0.72% 0.52% -
HSV(B) 291.86º 0.8% 0.86% -
XYZ 36.55 18.63 69.38 -
YUV 108.93 190.69 190.11 -
System Red Green Blue C M Y K H S L
Decimal 196 43 220 0.11 0.80 0 0.14 291.86 0.72 0.52
Hex C4 2B DC B 50 0 E 124 48 34
Octal 304 53 334 13 120 0 16 444 110 64
Binary 11000100 101011 11011100 1011 1010000 0 1110 100100100 1001000 110100

Color Harmonies of #C42BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42BDC

Black with #C42BDC

Text Example


Text Example

White with #C42BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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