Html Css Color HEX #C434DD Medium Orchid

📋 copy color: '#C434DD'

red 196 ◦ green 52 ◦ blue 221

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

Shades of Medium Orchid #C434DD

Tints of Medium Orchid #C434DD

RGB

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

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

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

R = 41.79%
G = 11.09%
B = 47.12%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C434DD (or 0xC434DD) is known color: Medium Orchid. HEX triplet: C4, 34 and DD. RGB value is (196,52,221). Sum of RGB (Red+Green+Blue) = 196+52+221=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #C434DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434DD is #3BCB22. Grayscale: #717171. Windows color (decimal): -3918627 or 14496964. OLE color: 14496964.

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

Color convert

RGB 196 52 221 -
CMYK 0.11 0.76 0 0.13
HSL 291.12º 0.71% 0.54% -
HSV(B) 291.12º 0.76% 0.87% -
XYZ 37.04 19.41 70.2 -
YUV 114.32 188.21 186.26 -
System Red Green Blue C M Y K H S L
Decimal 196 52 221 0.11 0.76 0 0.13 291.12 0.71 0.54
Hex C4 34 DD B 4C 0 D 123 47 36
Octal 304 64 335 13 114 0 15 443 107 66
Binary 11000100 110100 11011101 1011 1001100 0 1101 100100011 1000111 110110

Color Harmonies of #C434DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C434DD

Black with #C434DD

Text Example


Text Example

White with #C434DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C434DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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