Html Css Color HEX #CC46FF Heliotrope

📋 copy color: '#CC46FF'

red 204 ◦ green 70 ◦ blue 255

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

Shades of Heliotrope #CC46FF

Tints of Heliotrope #CC46FF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.23%

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

R = 38.56%
G = 13.23%
B = 48.2%

CMYK

 C value IS 0.2

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC46FF (or 0xCC46FF) is known color: Heliotrope. HEX triplet: CC, 46 and FF. RGB value is (204,70,255). Sum of RGB (Red+Green+Blue) = 204+70+255=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 70 (27.73% from 255 or 13.23% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC46FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC46FF is #33B900. Grayscale: #828282. Windows color (decimal): -3389697 or 16729804. OLE color: 16729804.

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

Color convert

RGB 204 70 255 -
CMYK 0.2 0.73 0 0
HSL 283.46º 1% 0.64% -
HSV(B) 283.46º 0.73% 1% -
XYZ 45.14 24.44 96.95 -
YUV 131.16 197.89 179.96 -
System Red Green Blue C M Y K H S L
Decimal 204 70 255 0.2 0.73 0 0 283.46 1 0.64
Hex CC 46 FF 14 49 0 0 11B 64 40
Octal 314 106 377 24 111 0 0 433 144 100
Binary 11001100 1000110 11111111 10100 1001001 0 0 100011011 1100100 1000000

Color Harmonies of #CC46FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC46FF

Black with #CC46FF

Text Example


Text Example

White with #CC46FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC46FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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