Html Css Color HEX #C830EE Medium Orchid

📋 copy color: '#C830EE'

red 200 ◦ green 48 ◦ blue 238

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

Shades of Medium Orchid #C830EE

Tints of Medium Orchid #C830EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 41.15%
G = 9.88%
B = 48.97%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C830EE (or 0xC830EE) is known color: Medium Orchid. HEX triplet: C8, 30 and EE. RGB value is (200,48,238). Sum of RGB (Red+Green+Blue) = 200+48+238=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #C830EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C830EE is #37CF11. Grayscale: #727272. Windows color (decimal): -3657490 or 15610056. OLE color: 15610056.

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

Color convert

RGB 200 48 238 -
CMYK 0.16 0.80 0 0.07
HSL 288º 0.85% 0.56% -
HSV(B) 288º 0.8% 0.93% -
XYZ 40.31 20.57 82.73 -
YUV 115.11 197.36 188.55 -
System Red Green Blue C M Y K H S L
Decimal 200 48 238 0.16 0.80 0 0.07 288 0.85 0.56
Hex C8 30 EE 10 50 0 7 120 55 38
Octal 310 60 356 20 120 0 7 440 125 70
Binary 11001000 110000 11101110 10000 1010000 0 111 100100000 1010101 111000

Color Harmonies of #C830EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830EE

Black with #C830EE

Text Example


Text Example

White with #C830EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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