Html Css Color HEX #CC48FE Heliotrope

📋 copy color: '#CC48FE'

red 204 ◦ green 72 ◦ blue 254

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

Shades of Heliotrope #CC48FE

Tints of Heliotrope #CC48FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 38.49%
G = 13.58%
B = 47.92%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC48FE (or 0xCC48FE) is known color: Heliotrope. HEX triplet: CC, 48 and FE. RGB value is (204,72,254). Sum of RGB (Red+Green+Blue) = 204+72+254=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 72 (28.52% from 255 or 13.58% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC48FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC48FE is #33B701. Grayscale: #838383. Windows color (decimal): -3389186 or 16664780. OLE color: 16664780.

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

Color convert

RGB 204 72 254 -
CMYK 0.20 0.72 0 0.00
HSL 283.52º 0.99% 0.64% -
HSV(B) 283.52º 0.72% 1% -
XYZ 45.11 24.63 96.14 -
YUV 132.22 196.73 179.2 -
System Red Green Blue C M Y K H S L
Decimal 204 72 254 0.20 0.72 0 0.00 283.52 0.99 0.64
Hex CC 48 FE 14 48 0 0 11C 63 40
Octal 314 110 376 24 110 0 0 434 143 100
Binary 11001100 1001000 11111110 10100 1001000 0 0 100011100 1100011 1000000

Color Harmonies of #CC48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC48FE

Black with #CC48FE

Text Example


Text Example

White with #CC48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC48FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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