Html Css Color HEX #C430EB Medium Orchid

📋 copy color: '#C430EB'

red 196 ◦ green 48 ◦ blue 235

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

Shades of Medium Orchid #C430EB

Tints of Medium Orchid #C430EB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.02%

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

R = 40.92%
G = 10.02%
B = 49.06%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C430EB (or 0xC430EB) is known color: Medium Orchid. HEX triplet: C4, 30 and EB. RGB value is (196,48,235). Sum of RGB (Red+Green+Blue) = 196+48+235=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #C430EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C430EB is #3BCF14. Grayscale: #707070. Windows color (decimal): -3919637 or 15413444. OLE color: 15413444.

HSL color Cylindrical-coordinate representation of color #C430EB: hue angle of 287.49º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C430EB is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 48 235 -
CMYK 0.17 0.80 0 0.08
HSL 287.49º 0.82% 0.55% -
HSV(B) 287.49º 0.8% 0.92% -
XYZ 38.82 19.85 80.38 -
YUV 113.57 196.53 186.79 -
System Red Green Blue C M Y K H S L
Decimal 196 48 235 0.17 0.80 0 0.08 287.49 0.82 0.55
Hex C4 30 EB 11 50 0 8 11F 52 37
Octal 304 60 353 21 120 0 10 437 122 67
Binary 11000100 110000 11101011 10001 1010000 0 1000 100011111 1010010 110111

Color Harmonies of #C430EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430EB

Black with #C430EB

Text Example


Text Example

White with #C430EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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