Html Css Color HEX #CC48ED Medium Orchid

📋 copy color: '#CC48ED'

red 204 ◦ green 72 ◦ blue 237

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

Shades of Medium Orchid #CC48ED

Tints of Medium Orchid #CC48ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.2%

R = 39.77%
G = 14.04%
B = 46.2%

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

#CC48ED (or 0xCC48ED) is known color: Medium Orchid. HEX triplet: CC, 48 and ED. RGB value is (204,72,237). Sum of RGB (Red+Green+Blue) = 204+72+237=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC48ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC48ED is #33B712. Grayscale: #818181. Windows color (decimal): -3389203 or 15550668. OLE color: 15550668.

HSL color Cylindrical-coordinate representation of color #CC48ED: hue angle of 288º degrees, saturation: 0.82, 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 #CC48ED is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 72 237 -
CMYK 0.14 0.70 0 0.07
HSL 288º 0.82% 0.61% -
HSV(B) 288º 0.7% 0.93% -
XYZ 42.51 23.59 82.43 -
YUV 130.28 188.23 180.58 -
System Red Green Blue C M Y K H S L
Decimal 204 72 237 0.14 0.70 0 0.07 288 0.82 0.61
Hex CC 48 ED E 46 0 7 120 52 3D
Octal 314 110 355 16 106 0 7 440 122 75
Binary 11001100 1001000 11101101 1110 1000110 0 111 100100000 1010010 111101

Color Harmonies of #CC48ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC48ED

Black with #CC48ED

Text Example


Text Example

White with #CC48ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC48ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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