Html Css Color HEX #CC48DE Medium Orchid

📋 copy color: '#CC48DE'

red 204 ◦ green 72 ◦ blue 222

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

Shades of Medium Orchid #CC48DE

Tints of Medium Orchid #CC48DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.58%

R = 40.96%
G = 14.46%
B = 44.58%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC48DE (or 0xCC48DE) is known color: Medium Orchid. HEX triplet: CC, 48 and DE. RGB value is (204,72,222). Sum of RGB (Red+Green+Blue) = 204+72+222=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC48DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC48DE is #33B721. Grayscale: #808080. Windows color (decimal): -3389218 or 14567628. OLE color: 14567628.

HSL color Cylindrical-coordinate representation of color #CC48DE: hue angle of 292.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC48DE is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 72 222 -
CMYK 0.08 0.68 0 0.13
HSL 292.8º 0.69% 0.58% -
HSV(B) 292.8º 0.68% 0.87% -
XYZ 40.4 22.75 71.37 -
YUV 128.57 180.73 181.8 -
System Red Green Blue C M Y K H S L
Decimal 204 72 222 0.08 0.68 0 0.13 292.8 0.69 0.58
Hex CC 48 DE 8 44 0 D 125 45 3A
Octal 314 110 336 10 104 0 15 445 105 72
Binary 11001100 1001000 11011110 1000 1000100 0 1101 100100101 1000101 111010

Color Harmonies of #CC48DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC48DE

Black with #CC48DE

Text Example


Text Example

White with #CC48DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC48DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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