Html Css Color HEX #C930EB Medium Orchid

📋 copy color: '#C930EB'

red 201 ◦ green 48 ◦ blue 235

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

Shades of Medium Orchid #C930EB

Tints of Medium Orchid #C930EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.55%

R = 41.53%
G = 9.92%
B = 48.55%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C930EB (or 0xC930EB) is known color: Medium Orchid. HEX triplet: C9, 30 and EB. RGB value is (201,48,235). Sum of RGB (Red+Green+Blue) = 201+48+235=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 48 (19.14% from 255 or 9.92% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #C930EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C930EB is #36CF14. Grayscale: #727272. Windows color (decimal): -3591957 or 15413449. OLE color: 15413449.

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

Color convert

RGB 201 48 235 -
CMYK 0.14 0.80 0 0.08
HSL 289.09º 0.82% 0.55% -
HSV(B) 289.09º 0.8% 0.92% -
XYZ 40.14 20.53 80.44 -
YUV 115.07 195.69 189.29 -
System Red Green Blue C M Y K H S L
Decimal 201 48 235 0.14 0.80 0 0.08 289.09 0.82 0.55
Hex C9 30 EB E 50 0 8 121 52 37
Octal 311 60 353 16 120 0 10 441 122 67
Binary 11001001 110000 11101011 1110 1010000 0 1000 100100001 1010010 110111

Color Harmonies of #C930EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C930EB

Black with #C930EB

Text Example


Text Example

White with #C930EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C930EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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