Html Css Color HEX #CC71FE Heliotrope

📋 copy color: '#CC71FE'

red 204 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #CC71FE

Tints of Heliotrope #CC71FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.79%

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

R = 35.73%
G = 19.79%
B = 44.48%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC71FE (or 0xCC71FE) is known color: Heliotrope. HEX triplet: CC, 71 and FE. RGB value is (204,113,254). Sum of RGB (Red+Green+Blue) = 204+113+254=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC71FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC71FE is #338E01. Grayscale: #9B9B9B. Windows color (decimal): -3378690 or 16675276. OLE color: 16675276.

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

Color convert

RGB 204 113 254 -
CMYK 0.20 0.56 0 0.00
HSL 278.72º 0.99% 0.72% -
HSV(B) 278.72º 0.56% 1% -
XYZ 48.7 31.8 97.34 -
YUV 156.28 183.15 162.04 -
System Red Green Blue C M Y K H S L
Decimal 204 113 254 0.20 0.56 0 0.00 278.72 0.99 0.72
Hex CC 71 FE 14 38 0 0 117 63 48
Octal 314 161 376 24 70 0 0 427 143 110
Binary 11001100 1110001 11111110 10100 111000 0 0 100010111 1100011 1001000

Color Harmonies of #CC71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC71FE

Black with #CC71FE

Text Example


Text Example

White with #CC71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC71FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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