Html Css Color HEX #CC50F7 Heliotrope

📋 copy color: '#CC50F7'

red 204 ◦ green 80 ◦ blue 247

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

Shades of Heliotrope #CC50F7

Tints of Heliotrope #CC50F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46.52%

R = 38.42%
G = 15.07%
B = 46.52%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC50F7 (or 0xCC50F7) is known color: Heliotrope. HEX triplet: CC, 50 and F7. RGB value is (204,80,247). Sum of RGB (Red+Green+Blue) = 204+80+247=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 80 (31.64% from 255 or 15.07% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC50F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC50F7 is #33AF08. Grayscale: #878787. Windows color (decimal): -3387145 or 16208076. OLE color: 16208076.

HSL color Cylindrical-coordinate representation of color #CC50F7: hue angle of 284.55º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC50F7 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 80 247 -
CMYK 0.17 0.68 0 0.03
HSL 284.55º 0.91% 0.64% -
HSV(B) 284.55º 0.68% 0.97% -
XYZ 44.56 25.29 90.53 -
YUV 136.11 190.58 176.42 -
System Red Green Blue C M Y K H S L
Decimal 204 80 247 0.17 0.68 0 0.03 284.55 0.91 0.64
Hex CC 50 F7 11 44 0 3 11D 5B 40
Octal 314 120 367 21 104 0 3 435 133 100
Binary 11001100 1010000 11110111 10001 1000100 0 11 100011101 1011011 1000000

Color Harmonies of #CC50F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC50F7

Black with #CC50F7

Text Example


Text Example

White with #CC50F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC50F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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