Html Css Color HEX #C434DB Medium Orchid

📋 copy color: '#C434DB'

red 196 ◦ green 52 ◦ blue 219

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

Shades of Medium Orchid #C434DB

Tints of Medium Orchid #C434DB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.13%

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 41.97%
G = 11.13%
B = 46.9%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C434DB (or 0xC434DB) is known color: Medium Orchid. HEX triplet: C4, 34 and DB. RGB value is (196,52,219). Sum of RGB (Red+Green+Blue) = 196+52+219=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #C434DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434DB is #3BCB24. Grayscale: #717171. Windows color (decimal): -3918629 or 14365892. OLE color: 14365892.

HSL color Cylindrical-coordinate representation of color #C434DB: hue angle of 291.74º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C434DB is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 52 219 -
CMYK 0.11 0.76 0 0.14
HSL 291.74º 0.7% 0.53% -
HSV(B) 291.74º 0.76% 0.86% -
XYZ 36.78 19.31 68.81 -
YUV 114.09 187.21 186.42 -
System Red Green Blue C M Y K H S L
Decimal 196 52 219 0.11 0.76 0 0.14 291.74 0.7 0.53
Hex C4 34 DB B 4C 0 E 124 46 35
Octal 304 64 333 13 114 0 16 444 106 65
Binary 11000100 110100 11011011 1011 1001100 0 1110 100100100 1000110 110101

Color Harmonies of #C434DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C434DB

Black with #C434DB

Text Example


Text Example

White with #C434DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C434DB; }

 p { color: rgb(196,52,219); }

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

background-color css

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

 a { background-color: rgb(196,52,219); }

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

border-color css

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

 span { border-color: rgb(196,52,219); }

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