Html Css Color HEX #CC50FA Heliotrope

📋 copy color: '#CC50FA'

red 204 ◦ green 80 ◦ blue 250

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

Shades of Heliotrope #CC50FA

Tints of Heliotrope #CC50FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.98%

 BLUE value IS 250 (98.05% from 255) = 46.82%

R = 38.2%
G = 14.98%
B = 46.82%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC50FA (or 0xCC50FA) is known color: Heliotrope. HEX triplet: CC, 50 and FA. RGB value is (204,80,250). Sum of RGB (Red+Green+Blue) = 204+80+250=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 80 (31.64% from 255 or 14.98% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC50FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC50FA is #33AF05. Grayscale: #878787. Windows color (decimal): -3387142 or 16404684. OLE color: 16404684.

HSL color Cylindrical-coordinate representation of color #CC50FA: hue angle of 283.76º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC50FA is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 80 250 -
CMYK 0.18 0.68 0 0.02
HSL 283.76º 0.94% 0.65% -
HSV(B) 283.76º 0.68% 0.98% -
XYZ 45.03 25.48 92.99 -
YUV 136.46 192.08 176.18 -
System Red Green Blue C M Y K H S L
Decimal 204 80 250 0.18 0.68 0 0.02 283.76 0.94 0.65
Hex CC 50 FA 12 44 0 2 11C 5E 41
Octal 314 120 372 22 104 0 2 434 136 101
Binary 11001100 1010000 11111010 10010 1000100 0 10 100011100 1011110 1000001

Color Harmonies of #CC50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC50FA

Black with #CC50FA

Text Example


Text Example

White with #CC50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC50FA; }

 p { color: rgb(204,80,250); }

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

background-color css

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

 a { background-color: rgb(204,80,250); }

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

border-color css

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

 span { border-color: rgb(204,80,250); }

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