Html Css Color HEX #C830EF Medium Orchid

📋 copy color: '#C830EF'

red 200 ◦ green 48 ◦ blue 239

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

Shades of Medium Orchid #C830EF

Tints of Medium Orchid #C830EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 41.07%
G = 9.86%
B = 49.08%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C830EF (or 0xC830EF) is known color: Medium Orchid. HEX triplet: C8, 30 and EF. RGB value is (200,48,239). Sum of RGB (Red+Green+Blue) = 200+48+239=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 48 (19.14% from 255 or 9.86% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #C830EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C830EF is #37CF10. Grayscale: #727272. Windows color (decimal): -3657489 or 15675592. OLE color: 15675592.

HSL color Cylindrical-coordinate representation of color #C830EF: hue angle of 287.75º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C830EF is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 48 239 -
CMYK 0.16 0.80 0 0.06
HSL 287.75º 0.86% 0.56% -
HSV(B) 287.75º 0.8% 0.94% -
XYZ 40.46 20.63 83.51 -
YUV 115.22 197.86 188.47 -
System Red Green Blue C M Y K H S L
Decimal 200 48 239 0.16 0.80 0 0.06 287.75 0.86 0.56
Hex C8 30 EF 10 50 0 6 120 56 38
Octal 310 60 357 20 120 0 6 440 126 70
Binary 11001000 110000 11101111 10000 1010000 0 110 100100000 1010110 111000

Color Harmonies of #C830EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830EF

Black with #C830EF

Text Example


Text Example

White with #C830EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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