Html Css Color HEX #CC48EE Medium Orchid

📋 copy color: '#CC48EE'

red 204 ◦ green 72 ◦ blue 238

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

Shades of Medium Orchid #CC48EE

Tints of Medium Orchid #CC48EE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.01%

 BLUE value IS 238 (93.36% from 255) = 46.3%

R = 39.69%
G = 14.01%
B = 46.3%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC48EE (or 0xCC48EE) is known color: Medium Orchid. HEX triplet: CC, 48 and EE. RGB value is (204,72,238). Sum of RGB (Red+Green+Blue) = 204+72+238=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 72 (28.52% from 255 or 14.01% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC48EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC48EE is #33B711. Grayscale: #818181. Windows color (decimal): -3389202 or 15616204. OLE color: 15616204.

HSL color Cylindrical-coordinate representation of color #CC48EE: hue angle of 287.71º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC48EE is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 72 238 -
CMYK 0.14 0.70 0 0.07
HSL 287.71º 0.83% 0.61% -
HSV(B) 287.71º 0.7% 0.93% -
XYZ 42.65 23.65 83.2 -
YUV 130.39 188.73 180.5 -
System Red Green Blue C M Y K H S L
Decimal 204 72 238 0.14 0.70 0 0.07 287.71 0.83 0.61
Hex CC 48 EE E 46 0 7 120 53 3D
Octal 314 110 356 16 106 0 7 440 123 75
Binary 11001100 1001000 11101110 1110 1000110 0 111 100100000 1010011 111101

Color Harmonies of #CC48EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC48EE

Black with #CC48EE

Text Example


Text Example

White with #CC48EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC48EE; }

 p { color: rgb(204,72,238); }

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

background-color css

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

 a { background-color: rgb(204,72,238); }

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

border-color css

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

 span { border-color: rgb(204,72,238); }

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