Html Css Color HEX #C830EC Medium Orchid

📋 copy color: '#C830EC'

red 200 ◦ green 48 ◦ blue 236

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

Shades of Medium Orchid #C830EC

Tints of Medium Orchid #C830EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 41.32%
G = 9.92%
B = 48.76%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C830EC (or 0xC830EC) is known color: Medium Orchid. HEX triplet: C8, 30 and EC. RGB value is (200,48,236). Sum of RGB (Red+Green+Blue) = 200+48+236=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 48 (19.14% from 255 or 9.92% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #C830EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C830EC is #37CF13. Grayscale: #727272. Windows color (decimal): -3657492 or 15478984. OLE color: 15478984.

HSL color Cylindrical-coordinate representation of color #C830EC: hue angle of 288.51º degrees, saturation: 0.83, 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 #C830EC is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 48 236 -
CMYK 0.15 0.80 0 0.07
HSL 288.51º 0.83% 0.56% -
HSV(B) 288.51º 0.8% 0.93% -
XYZ 40.02 20.45 81.19 -
YUV 114.88 196.36 188.71 -
System Red Green Blue C M Y K H S L
Decimal 200 48 236 0.15 0.80 0 0.07 288.51 0.83 0.56
Hex C8 30 EC F 50 0 7 121 53 38
Octal 310 60 354 17 120 0 7 441 123 70
Binary 11001000 110000 11101100 1111 1010000 0 111 100100001 1010011 111000

Color Harmonies of #C830EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830EC

Black with #C830EC

Text Example


Text Example

White with #C830EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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