Html Css Color HEX #C830EA Medium Orchid

📋 copy color: '#C830EA'

red 200 ◦ green 48 ◦ blue 234

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

Shades of Medium Orchid #C830EA

Tints of Medium Orchid #C830EA

RGB

 RED value IS 200 (78.52% from 255) = 41.49%

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

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

R = 41.49%
G = 9.96%
B = 48.55%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C830EA (or 0xC830EA) is known color: Medium Orchid. HEX triplet: C8, 30 and EA. RGB value is (200,48,234). Sum of RGB (Red+Green+Blue) = 200+48+234=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 48 (19.14% from 255 or 9.96% 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 #C830EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C830EA is #37CF15. Grayscale: #727272. Windows color (decimal): -3657494 or 15347912. OLE color: 15347912.

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

Color convert

RGB 200 48 234 -
CMYK 0.15 0.79 0 0.08
HSL 289.03º 0.82% 0.55% -
HSV(B) 289.03º 0.79% 0.92% -
XYZ 39.73 20.33 79.67 -
YUV 114.65 195.36 188.88 -
System Red Green Blue C M Y K H S L
Decimal 200 48 234 0.15 0.79 0 0.08 289.03 0.82 0.55
Hex C8 30 EA F 4F 0 8 121 52 37
Octal 310 60 352 17 117 0 10 441 122 67
Binary 11001000 110000 11101010 1111 1001111 0 1000 100100001 1010010 110111

Color Harmonies of #C830EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830EA

Black with #C830EA

Text Example


Text Example

White with #C830EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830EA; }

 p { color: rgb(200,48,234); }

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

background-color css

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

 a { background-color: rgb(200,48,234); }

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

border-color css

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

 span { border-color: rgb(200,48,234); }

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