Html Css Color HEX #CC48F1 Medium Orchid

📋 copy color: '#CC48F1'

red 204 ◦ green 72 ◦ blue 241

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

Shades of Medium Orchid #CC48F1

Tints of Medium Orchid #CC48F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.62%

R = 39.46%
G = 13.93%
B = 46.62%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC48F1 (or 0xCC48F1) is known color: Medium Orchid. HEX triplet: CC, 48 and F1. RGB value is (204,72,241). Sum of RGB (Red+Green+Blue) = 204+72+241=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 72 (28.52% from 255 or 13.93% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC48F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC48F1 is #33B70E. Grayscale: #828282. Windows color (decimal): -3389199 or 15812812. OLE color: 15812812.

HSL color Cylindrical-coordinate representation of color #CC48F1: hue angle of 286.86º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC48F1 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 72 241 -
CMYK 0.15 0.70 0 0.05
HSL 286.86º 0.86% 0.61% -
HSV(B) 286.86º 0.7% 0.95% -
XYZ 43.1 23.82 85.55 -
YUV 130.73 190.23 180.26 -
System Red Green Blue C M Y K H S L
Decimal 204 72 241 0.15 0.70 0 0.05 286.86 0.86 0.61
Hex CC 48 F1 F 46 0 5 11F 56 3D
Octal 314 110 361 17 106 0 5 437 126 75
Binary 11001100 1001000 11110001 1111 1000110 0 101 100011111 1010110 111101

Color Harmonies of #CC48F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC48F1

Black with #CC48F1

Text Example


Text Example

White with #CC48F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC48F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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