Html Css Color HEX #C42AD7 Medium Orchid

📋 copy color: '#C42AD7'

red 196 ◦ green 42 ◦ blue 215

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

Shades of Medium Orchid #C42AD7

Tints of Medium Orchid #C42AD7

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.27%

 BLUE value IS 215 (84.38% from 255) = 47.46%

R = 43.27%
G = 9.27%
B = 47.46%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C42AD7 (or 0xC42AD7) is known color: Medium Orchid. HEX triplet: C4, 2A and D7. RGB value is (196,42,215). Sum of RGB (Red+Green+Blue) = 196+42+215=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 215 - color contains mainly: blue. Hex color #C42AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42AD7 is #3BD528. Grayscale: #6B6B6B. Windows color (decimal): -3921193 or 14101188. OLE color: 14101188.

HSL color Cylindrical-coordinate representation of color #C42AD7: hue angle of 293.41º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42AD7 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 42 215 -
CMYK 0.09 0.80 0 0.16
HSL 293.41º 0.68% 0.5% -
HSV(B) 293.41º 0.8% 0.84% -
XYZ 35.86 18.3 65.93 -
YUV 107.77 188.52 190.93 -
System Red Green Blue C M Y K H S L
Decimal 196 42 215 0.09 0.80 0 0.16 293.41 0.68 0.5
Hex C4 2A D7 9 50 0 10 125 44 32
Octal 304 52 327 11 120 0 20 445 104 62
Binary 11000100 101010 11010111 1001 1010000 0 10000 100100101 1000100 110010

Color Harmonies of #C42AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42AD7

Black with #C42AD7

Text Example


Text Example

White with #C42AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42AD7; }

 p { color: rgb(196,42,215); }

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

background-color css

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

 a { background-color: rgb(196,42,215); }

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

border-color css

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

 span { border-color: rgb(196,42,215); }

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