Html Css Color HEX #C434D5 Medium Orchid

📋 copy color: '#C434D5'

red 196 ◦ green 52 ◦ blue 213

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

Shades of Medium Orchid #C434D5

Tints of Medium Orchid #C434D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.2%

R = 42.52%
G = 11.28%
B = 46.2%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C434D5 (or 0xC434D5) is known color: Medium Orchid. HEX triplet: C4, 34 and D5. RGB value is (196,52,213). Sum of RGB (Red+Green+Blue) = 196+52+213=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #C434D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434D5 is #3BCB2A. Grayscale: #707070. Windows color (decimal): -3918635 or 13972676. OLE color: 13972676.

HSL color Cylindrical-coordinate representation of color #C434D5: hue angle of 293.66º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C434D5 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 52 213 -
CMYK 0.08 0.76 0 0.16
HSL 293.66º 0.66% 0.52% -
HSV(B) 293.66º 0.76% 0.84% -
XYZ 36 19 64.72 -
YUV 113.41 184.21 186.91 -
System Red Green Blue C M Y K H S L
Decimal 196 52 213 0.08 0.76 0 0.16 293.66 0.66 0.52
Hex C4 34 D5 8 4C 0 10 126 42 34
Octal 304 64 325 10 114 0 20 446 102 64
Binary 11000100 110100 11010101 1000 1001100 0 10000 100100110 1000010 110100

Color Harmonies of #C434D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C434D5

Black with #C434D5

Text Example


Text Example

White with #C434D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C434D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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