Html Css Color HEX #C930EF Medium Orchid

📋 copy color: '#C930EF'

red 201 ◦ green 48 ◦ blue 239

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

Shades of Medium Orchid #C930EF

Tints of Medium Orchid #C930EF

RGB

 RED value IS 201 (78.91% from 255) = 41.19%

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

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

R = 41.19%
G = 9.84%
B = 48.98%

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

#C930EF (or 0xC930EF) is known color: Medium Orchid. HEX triplet: C9, 30 and EF. RGB value is (201,48,239). Sum of RGB (Red+Green+Blue) = 201+48+239=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #C930EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C930EF is #36CF10. Grayscale: #727272. Windows color (decimal): -3591953 or 15675593. OLE color: 15675593.

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

Color convert

RGB 201 48 239 -
CMYK 0.16 0.80 0 0.06
HSL 288.06º 0.86% 0.56% -
HSV(B) 288.06º 0.8% 0.94% -
XYZ 40.72 20.76 83.52 -
YUV 115.52 197.69 188.97 -
System Red Green Blue C M Y K H S L
Decimal 201 48 239 0.16 0.80 0 0.06 288.06 0.86 0.56
Hex C9 30 EF 10 50 0 6 120 56 38
Octal 311 60 357 20 120 0 6 440 126 70
Binary 11001001 110000 11101111 10000 1010000 0 110 100100000 1010110 111000

Color Harmonies of #C930EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C930EF

Black with #C930EF

Text Example


Text Example

White with #C930EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C930EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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