Html Css Color HEX #C434EB Medium Orchid

📋 copy color: '#C434EB'

red 196 ◦ green 52 ◦ blue 235

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

Shades of Medium Orchid #C434EB

Tints of Medium Orchid #C434EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 40.58%
G = 10.77%
B = 48.65%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C434EB (or 0xC434EB) is known color: Medium Orchid. HEX triplet: C4, 34 and EB. RGB value is (196,52,235). Sum of RGB (Red+Green+Blue) = 196+52+235=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 52 (20.70% from 255 or 10.77% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #C434EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C434EB is #3BCB14. Grayscale: #737373. Windows color (decimal): -3918613 or 15414468. OLE color: 15414468.

HSL color Cylindrical-coordinate representation of color #C434EB: hue angle of 287.21º degrees, saturation: 0.82, 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 #C434EB is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 52 235 -
CMYK 0.17 0.78 0 0.08
HSL 287.21º 0.82% 0.56% -
HSV(B) 287.21º 0.78% 0.92% -
XYZ 38.99 20.19 80.44 -
YUV 115.92 195.21 185.12 -
System Red Green Blue C M Y K H S L
Decimal 196 52 235 0.17 0.78 0 0.08 287.21 0.82 0.56
Hex C4 34 EB 11 4E 0 8 11F 52 38
Octal 304 64 353 21 116 0 10 437 122 70
Binary 11000100 110100 11101011 10001 1001110 0 1000 100011111 1010010 111000

Color Harmonies of #C434EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C434EB

Black with #C434EB

Text Example


Text Example

White with #C434EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C434EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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