Html Css Color HEX #CC71FB Heliotrope

📋 copy color: '#CC71FB'

red 204 ◦ green 113 ◦ blue 251

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

Shades of Heliotrope #CC71FB

Tints of Heliotrope #CC71FB

RGB

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

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

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

R = 35.92%
G = 19.89%
B = 44.19%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC71FB (or 0xCC71FB) is known color: Heliotrope. HEX triplet: CC, 71 and FB. RGB value is (204,113,251). Sum of RGB (Red+Green+Blue) = 204+113+251=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 113 (44.53% from 255 or 19.89% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC71FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC71FB is #338E04. Grayscale: #9B9B9B. Windows color (decimal): -3378693 or 16478668. OLE color: 16478668.

HSL color Cylindrical-coordinate representation of color #CC71FB: hue angle of 279.57º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC71FB is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 113 251 -
CMYK 0.19 0.55 0 0.02
HSL 279.57º 0.95% 0.71% -
HSV(B) 279.57º 0.55% 0.98% -
XYZ 48.22 31.61 94.83 -
YUV 155.94 181.65 162.28 -
System Red Green Blue C M Y K H S L
Decimal 204 113 251 0.19 0.55 0 0.02 279.57 0.95 0.71
Hex CC 71 FB 13 37 0 2 118 5F 47
Octal 314 161 373 23 67 0 2 430 137 107
Binary 11001100 1110001 11111011 10011 110111 0 10 100011000 1011111 1000111

Color Harmonies of #CC71FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC71FB

Black with #CC71FB

Text Example


Text Example

White with #CC71FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC71FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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