Html Css Color HEX #C430ED Medium Orchid

📋 copy color: '#C430ED'

red 196 ◦ green 48 ◦ blue 237

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

Shades of Medium Orchid #C430ED

Tints of Medium Orchid #C430ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.27%

R = 40.75%
G = 9.98%
B = 49.27%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C430ED (or 0xC430ED) is known color: Medium Orchid. HEX triplet: C4, 30 and ED. RGB value is (196,48,237). Sum of RGB (Red+Green+Blue) = 196+48+237=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #C430ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C430ED is #3BCF12. Grayscale: #717171. Windows color (decimal): -3919635 or 15544516. OLE color: 15544516.

HSL color Cylindrical-coordinate representation of color #C430ED: hue angle of 286.98º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C430ED is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 48 237 -
CMYK 0.17 0.80 0 0.07
HSL 286.98º 0.84% 0.56% -
HSV(B) 286.98º 0.8% 0.93% -
XYZ 39.11 19.96 81.91 -
YUV 113.8 197.53 186.63 -
System Red Green Blue C M Y K H S L
Decimal 196 48 237 0.17 0.80 0 0.07 286.98 0.84 0.56
Hex C4 30 ED 11 50 0 7 11F 54 38
Octal 304 60 355 21 120 0 7 437 124 70
Binary 11000100 110000 11101101 10001 1010000 0 111 100011111 1010100 111000

Color Harmonies of #C430ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430ED

Black with #C430ED

Text Example


Text Example

White with #C430ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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