Html Css Color HEX #C42BDE Medium Orchid

📋 copy color: '#C42BDE'

red 196 ◦ green 43 ◦ blue 222

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

Shades of Medium Orchid #C42BDE

Tints of Medium Orchid #C42BDE

RGB

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

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

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

R = 42.52%
G = 9.33%
B = 48.16%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C42BDE (or 0xC42BDE) is known color: Medium Orchid. HEX triplet: C4, 2B and DE. RGB value is (196,43,222). Sum of RGB (Red+Green+Blue) = 196+43+222=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #C42BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42BDE is #3BD421. Grayscale: #6C6C6C. Windows color (decimal): -3920930 or 14560196. OLE color: 14560196.

HSL color Cylindrical-coordinate representation of color #C42BDE: hue angle of 291.28º degrees, saturation: 0.73, 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 #C42BDE is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 43 222 -
CMYK 0.12 0.81 0 0.13
HSL 291.28º 0.73% 0.52% -
HSV(B) 291.28º 0.81% 0.87% -
XYZ 36.81 18.74 70.78 -
YUV 109.15 191.69 189.95 -
System Red Green Blue C M Y K H S L
Decimal 196 43 222 0.12 0.81 0 0.13 291.28 0.73 0.52
Hex C4 2B DE C 51 0 D 123 49 34
Octal 304 53 336 14 121 0 15 443 111 64
Binary 11000100 101011 11011110 1100 1010001 0 1101 100100011 1001001 110100

Color Harmonies of #C42BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42BDE

Black with #C42BDE

Text Example


Text Example

White with #C42BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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