Html Css Color HEX #C42CDA Medium Orchid

📋 copy color: '#C42CDA'

red 196 ◦ green 44 ◦ blue 218

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

Shades of Medium Orchid #C42CDA

Tints of Medium Orchid #C42CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 42.79%
G = 9.61%
B = 47.6%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C42CDA (or 0xC42CDA) is known color: Medium Orchid. HEX triplet: C4, 2C and DA. RGB value is (196,44,218). Sum of RGB (Red+Green+Blue) = 196+44+218=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #C42CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CDA is #3BD325. Grayscale: #6C6C6C. Windows color (decimal): -3920678 or 14298308. OLE color: 14298308.

HSL color Cylindrical-coordinate representation of color #C42CDA: hue angle of 292.41º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42CDA is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 44 218 -
CMYK 0.10 0.80 0 0.15
HSL 292.41º 0.7% 0.51% -
HSV(B) 292.41º 0.8% 0.85% -
XYZ 36.32 18.6 68.01 -
YUV 109.28 189.36 189.85 -
System Red Green Blue C M Y K H S L
Decimal 196 44 218 0.10 0.80 0 0.15 292.41 0.7 0.51
Hex C4 2C DA A 50 0 F 124 46 33
Octal 304 54 332 12 120 0 17 444 106 63
Binary 11000100 101100 11011010 1010 1010000 0 1111 100100100 1000110 110011

Color Harmonies of #C42CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42CDA

Black with #C42CDA

Text Example


Text Example

White with #C42CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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