Html Css Color HEX #C434EA Medium Orchid

📋 copy color: '#C434EA'

red 196 ◦ green 52 ◦ blue 234

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

Shades of Medium Orchid #C434EA

Tints of Medium Orchid #C434EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 40.66%
G = 10.79%
B = 48.55%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C434EA (or 0xC434EA) is known color: Medium Orchid. HEX triplet: C4, 34 and EA. RGB value is (196,52,234). Sum of RGB (Red+Green+Blue) = 196+52+234=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 52 (20.70% from 255 or 10.79% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #C434EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C434EA is #3BCB15. Grayscale: #737373. Windows color (decimal): -3918614 or 15348932. OLE color: 15348932.

HSL color Cylindrical-coordinate representation of color #C434EA: hue angle of 287.47º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C434EA is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 52 234 -
CMYK 0.16 0.78 0 0.08
HSL 287.47º 0.81% 0.56% -
HSV(B) 287.47º 0.78% 0.92% -
XYZ 38.84 20.13 79.68 -
YUV 115.8 194.71 185.2 -
System Red Green Blue C M Y K H S L
Decimal 196 52 234 0.16 0.78 0 0.08 287.47 0.81 0.56
Hex C4 34 EA 10 4E 0 8 11F 51 38
Octal 304 64 352 20 116 0 10 437 121 70
Binary 11000100 110100 11101010 10000 1001110 0 1000 100011111 1010001 111000

Color Harmonies of #C434EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C434EA

Black with #C434EA

Text Example


Text Example

White with #C434EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C434EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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