Html Css Color HEX #CC50FB Heliotrope

📋 copy color: '#CC50FB'

red 204 ◦ green 80 ◦ blue 251

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

Shades of Heliotrope #CC50FB

Tints of Heliotrope #CC50FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.92%

R = 38.13%
G = 14.95%
B = 46.92%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC50FB (or 0xCC50FB) is known color: Heliotrope. HEX triplet: CC, 50 and FB. RGB value is (204,80,251). Sum of RGB (Red+Green+Blue) = 204+80+251=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 80 (31.64% from 255 or 14.95% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC50FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC50FB is #33AF04. Grayscale: #888888. Windows color (decimal): -3387141 or 16470220. OLE color: 16470220.

HSL color Cylindrical-coordinate representation of color #CC50FB: hue angle of 283.51º degrees, saturation: 0.96, 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 #CC50FB is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 80 251 -
CMYK 0.19 0.68 0 0.02
HSL 283.51º 0.96% 0.65% -
HSV(B) 283.51º 0.68% 0.98% -
XYZ 45.18 25.54 93.82 -
YUV 136.57 192.58 176.1 -
System Red Green Blue C M Y K H S L
Decimal 204 80 251 0.19 0.68 0 0.02 283.51 0.96 0.65
Hex CC 50 FB 13 44 0 2 11C 60 41
Octal 314 120 373 23 104 0 2 434 140 101
Binary 11001100 1010000 11111011 10011 1000100 0 10 100011100 1100000 1000001

Color Harmonies of #CC50FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC50FB

Black with #CC50FB

Text Example


Text Example

White with #CC50FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC50FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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