Html Css Color HEX #CC58F4 Heliotrope

📋 copy color: '#CC58F4'

red 204 ◦ green 88 ◦ blue 244

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

Shades of Heliotrope #CC58F4

Tints of Heliotrope #CC58F4

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.42%

 BLUE value IS 244 (95.7% from 255) = 45.52%

R = 38.06%
G = 16.42%
B = 45.52%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC58F4 (or 0xCC58F4) is known color: Heliotrope. HEX triplet: CC, 58 and F4. RGB value is (204,88,244). Sum of RGB (Red+Green+Blue) = 204+88+244=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC58F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC58F4 is #33A70B. Grayscale: #8B8B8B. Windows color (decimal): -3385100 or 16013516. OLE color: 16013516.

HSL color Cylindrical-coordinate representation of color #CC58F4: hue angle of 284.62º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC58F4 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 88 244 -
CMYK 0.16 0.64 0 0.04
HSL 284.62º 0.88% 0.65% -
HSV(B) 284.62º 0.64% 0.96% -
XYZ 44.72 26.35 88.32 -
YUV 140.47 186.43 173.32 -
System Red Green Blue C M Y K H S L
Decimal 204 88 244 0.16 0.64 0 0.04 284.62 0.88 0.65
Hex CC 58 F4 10 40 0 4 11D 58 41
Octal 314 130 364 20 100 0 4 435 130 101
Binary 11001100 1011000 11110100 10000 1000000 0 100 100011101 1011000 1000001

Color Harmonies of #CC58F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58F4

Black with #CC58F4

Text Example


Text Example

White with #CC58F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58F4; }

 p { color: rgb(204,88,244); }

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

background-color css

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

 a { background-color: rgb(204,88,244); }

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

border-color css

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

 span { border-color: rgb(204,88,244); }

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