Html Css Color HEX #CC48FF Heliotrope

📋 copy color: '#CC48FF'

red 204 ◦ green 72 ◦ blue 255

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

Shades of Heliotrope #CC48FF

Tints of Heliotrope #CC48FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.02%

R = 38.42%
G = 13.56%
B = 48.02%

CMYK

 C value IS 0.2

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC48FF (or 0xCC48FF) is known color: Heliotrope. HEX triplet: CC, 48 and FF. RGB value is (204,72,255). Sum of RGB (Red+Green+Blue) = 204+72+255=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 72 (28.52% from 255 or 13.56% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC48FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC48FF is #33B700. Grayscale: #838383. Windows color (decimal): -3389185 or 16730316. OLE color: 16730316.

HSL color Cylindrical-coordinate representation of color #CC48FF: hue angle of 283.28º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC48FF is Cyan = 0.2, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 72 255 -
CMYK 0.2 0.72 0 0
HSL 283.28º 1% 0.64% -
HSV(B) 283.28º 0.72% 1% -
XYZ 45.27 24.69 96.99 -
YUV 132.33 197.23 179.12 -
System Red Green Blue C M Y K H S L
Decimal 204 72 255 0.2 0.72 0 0 283.28 1 0.64
Hex CC 48 FF 14 48 0 0 11B 64 40
Octal 314 110 377 24 110 0 0 433 144 100
Binary 11001100 1001000 11111111 10100 1001000 0 0 100011011 1100100 1000000

Color Harmonies of #CC48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC48FF

Black with #CC48FF

Text Example


Text Example

White with #CC48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC48FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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