Html Css Color HEX #CC75FE Heliotrope

📋 copy color: '#CC75FE'

red 204 ◦ green 117 ◦ blue 254

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

Shades of Heliotrope #CC75FE

Tints of Heliotrope #CC75FE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.35%

 BLUE value IS 254 (99.61% from 255) = 44.17%

R = 35.48%
G = 20.35%
B = 44.17%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC75FE (or 0xCC75FE) is known color: Heliotrope. HEX triplet: CC, 75 and FE. RGB value is (204,117,254). Sum of RGB (Red+Green+Blue) = 204+117+254=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 117 (46.09% from 255 or 20.35% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC75FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC75FE is #338A01. Grayscale: #9E9E9E. Windows color (decimal): -3377666 or 16676300. OLE color: 16676300.

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

Color convert

RGB 204 117 254 -
CMYK 0.20 0.54 0 0.00
HSL 278.1º 0.99% 0.73% -
HSV(B) 278.1º 0.54% 1% -
XYZ 49.15 32.72 97.49 -
YUV 158.63 181.82 160.36 -
System Red Green Blue C M Y K H S L
Decimal 204 117 254 0.20 0.54 0 0.00 278.1 0.99 0.73
Hex CC 75 FE 14 36 0 0 116 63 49
Octal 314 165 376 24 66 0 0 426 143 111
Binary 11001100 1110101 11111110 10100 110110 0 0 100010110 1100011 1001001

Color Harmonies of #CC75FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC75FE

Black with #CC75FE

Text Example


Text Example

White with #CC75FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC75FE; }

 p { color: rgb(204,117,254); }

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

background-color css

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

 a { background-color: rgb(204,117,254); }

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

border-color css

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

 span { border-color: rgb(204,117,254); }

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