Html Css Color HEX #CC71EF Heliotrope

📋 copy color: '#CC71EF'

red 204 ◦ green 113 ◦ blue 239

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

Shades of Heliotrope #CC71EF

Tints of Heliotrope #CC71EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.99%

R = 36.69%
G = 20.32%
B = 42.99%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC71EF (or 0xCC71EF) is known color: Heliotrope. HEX triplet: CC, 71 and EF. RGB value is (204,113,239). Sum of RGB (Red+Green+Blue) = 204+113+239=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC71EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC71EF is #338E10. Grayscale: #9A9A9A. Windows color (decimal): -3378705 or 15692236. OLE color: 15692236.

HSL color Cylindrical-coordinate representation of color #CC71EF: hue angle of 283.33º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC71EF is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 113 239 -
CMYK 0.15 0.53 0 0.06
HSL 283.33º 0.8% 0.69% -
HSV(B) 283.33º 0.53% 0.94% -
XYZ 46.39 30.88 85.18 -
YUV 154.57 175.65 163.25 -
System Red Green Blue C M Y K H S L
Decimal 204 113 239 0.15 0.53 0 0.06 283.33 0.8 0.69
Hex CC 71 EF F 35 0 6 11B 50 45
Octal 314 161 357 17 65 0 6 433 120 105
Binary 11001100 1110001 11101111 1111 110101 0 110 100011011 1010000 1000101

Color Harmonies of #CC71EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC71EF

Black with #CC71EF

Text Example


Text Example

White with #CC71EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC71EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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