Html Css Color HEX #CC30EB Medium Orchid

📋 copy color: '#CC30EB'

red 204 ◦ green 48 ◦ blue 235

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

Shades of Medium Orchid #CC30EB

Tints of Medium Orchid #CC30EB

RGB

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

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

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

R = 41.89%
G = 9.86%
B = 48.25%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC30EB (or 0xCC30EB) is known color: Medium Orchid. HEX triplet: CC, 30 and EB. RGB value is (204,48,235). Sum of RGB (Red+Green+Blue) = 204+48+235=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 48 (19.14% from 255 or 9.86% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC30EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC30EB is #33CF14. Grayscale: #737373. Windows color (decimal): -3395349 or 15413452. OLE color: 15413452.

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

Color convert

RGB 204 48 235 -
CMYK 0.13 0.80 0 0.08
HSL 290.05º 0.82% 0.55% -
HSV(B) 290.05º 0.8% 0.92% -
XYZ 40.95 20.95 80.48 -
YUV 115.96 195.18 190.79 -
System Red Green Blue C M Y K H S L
Decimal 204 48 235 0.13 0.80 0 0.08 290.05 0.82 0.55
Hex CC 30 EB D 50 0 8 122 52 37
Octal 314 60 353 15 120 0 10 442 122 67
Binary 11001100 110000 11101011 1101 1010000 0 1000 100100010 1010010 110111

Color Harmonies of #CC30EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC30EB

Black with #CC30EB

Text Example


Text Example

White with #CC30EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC30EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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