Html Css Color HEX #C330EC Medium Orchid

📋 copy color: '#C330EC'

red 195 ◦ green 48 ◦ blue 236

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

Shades of Medium Orchid #C330EC

Tints of Medium Orchid #C330EC

RGB

 RED value IS 195 (76.56% from 255) = 40.71%

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

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

R = 40.71%
G = 10.02%
B = 49.27%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C330EC (or 0xC330EC) is known color: Medium Orchid. HEX triplet: C3, 30 and EC. RGB value is (195,48,236). Sum of RGB (Red+Green+Blue) = 195+48+236=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #C330EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C330EC is #3CCF13. Grayscale: #707070. Windows color (decimal): -3985172 or 15478979. OLE color: 15478979.

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

Color convert

RGB 195 48 236 -
CMYK 0.17 0.80 0 0.07
HSL 286.91º 0.83% 0.56% -
HSV(B) 286.91º 0.8% 0.93% -
XYZ 38.7 19.77 81.13 -
YUV 113.39 197.2 186.21 -
System Red Green Blue C M Y K H S L
Decimal 195 48 236 0.17 0.80 0 0.07 286.91 0.83 0.56
Hex C3 30 EC 11 50 0 7 11F 53 38
Octal 303 60 354 21 120 0 7 437 123 70
Binary 11000011 110000 11101100 10001 1010000 0 111 100011111 1010011 111000

Color Harmonies of #C330EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C330EC

Black with #C330EC

Text Example


Text Example

White with #C330EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C330EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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