Html Css Color HEX #CC30E9 Medium Orchid

📋 copy color: '#CC30E9'

red 204 ◦ green 48 ◦ blue 233

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

Shades of Medium Orchid #CC30E9

Tints of Medium Orchid #CC30E9

RGB

 RED value IS 204 (80.08% from 255) = 42.06%

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

 BLUE value IS 233 (91.41% from 255) = 48.04%

R = 42.06%
G = 9.9%
B = 48.04%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC30E9 (or 0xCC30E9) is known color: Medium Orchid. HEX triplet: CC, 30 and E9. RGB value is (204,48,233). Sum of RGB (Red+Green+Blue) = 204+48+233=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 48 (19.14% from 255 or 9.90% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC30E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC30E9 is #33CF16. Grayscale: #737373. Windows color (decimal): -3395351 or 15282380. OLE color: 15282380.

HSL color Cylindrical-coordinate representation of color #CC30E9: hue angle of 290.59º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC30E9 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 48 233 -
CMYK 0.12 0.79 0 0.09
HSL 290.59º 0.81% 0.55% -
HSV(B) 290.59º 0.79% 0.91% -
XYZ 40.67 20.83 78.97 -
YUV 115.73 194.18 190.96 -
System Red Green Blue C M Y K H S L
Decimal 204 48 233 0.12 0.79 0 0.09 290.59 0.81 0.55
Hex CC 30 E9 C 4F 0 9 123 51 37
Octal 314 60 351 14 117 0 11 443 121 67
Binary 11001100 110000 11101001 1100 1001111 0 1001 100100011 1010001 110111

Color Harmonies of #CC30E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30E9

Black with #CC30E9

Text Example


Text Example

White with #CC30E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30E9; }

 p { color: rgb(204,48,233); }

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

background-color css

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

 a { background-color: rgb(204,48,233); }

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

border-color css

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

 span { border-color: rgb(204,48,233); }

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