Html Css Color HEX #C42BDD Medium Orchid

📋 copy color: '#C42BDD'

red 196 ◦ green 43 ◦ blue 221

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

Shades of Medium Orchid #C42BDD

Tints of Medium Orchid #C42BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 42.61%
G = 9.35%
B = 48.04%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C42BDD (or 0xC42BDD) is known color: Medium Orchid. HEX triplet: C4, 2B and DD. RGB value is (196,43,221). Sum of RGB (Red+Green+Blue) = 196+43+221=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #C42BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42BDD is #3BD422. Grayscale: #6C6C6C. Windows color (decimal): -3920931 or 14494660. OLE color: 14494660.

HSL color Cylindrical-coordinate representation of color #C42BDD: hue angle of 291.57º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42BDD is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 43 221 -
CMYK 0.11 0.81 0 0.13
HSL 291.57º 0.72% 0.52% -
HSV(B) 291.57º 0.81% 0.87% -
XYZ 36.68 18.68 70.08 -
YUV 109.04 191.19 190.03 -
System Red Green Blue C M Y K H S L
Decimal 196 43 221 0.11 0.81 0 0.13 291.57 0.72 0.52
Hex C4 2B DD B 51 0 D 124 48 34
Octal 304 53 335 13 121 0 15 444 110 64
Binary 11000100 101011 11011101 1011 1010001 0 1101 100100100 1001000 110100

Color Harmonies of #C42BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42BDD

Black with #C42BDD

Text Example


Text Example

White with #C42BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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