Html Css Color HEX #CC7CF4 Heliotrope

📋 copy color: '#CC7CF4'

red 204 ◦ green 124 ◦ blue 244

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

Shades of Heliotrope #CC7CF4

Tints of Heliotrope #CC7CF4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.68%

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

R = 35.66%
G = 21.68%
B = 42.66%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC7CF4 (or 0xCC7CF4) is known color: Heliotrope. HEX triplet: CC, 7C and F4. RGB value is (204,124,244). Sum of RGB (Red+Green+Blue) = 204+124+244=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 244 (95.70% from 255 or 42.66% from 572); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC7CF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7CF4 is #33830B. Grayscale: #A1A1A1. Windows color (decimal): -3375884 or 16022732. OLE color: 16022732.

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

Color convert

RGB 204 124 244 -
CMYK 0.16 0.49 0 0.04
HSL 280º 0.85% 0.72% -
HSV(B) 280º 0.49% 0.96% -
XYZ 48.44 33.78 89.56 -
YUV 161.6 174.5 158.24 -
System Red Green Blue C M Y K H S L
Decimal 204 124 244 0.16 0.49 0 0.04 280 0.85 0.72
Hex CC 7C F4 10 31 0 4 118 55 48
Octal 314 174 364 20 61 0 4 430 125 110
Binary 11001100 1111100 11110100 10000 110001 0 100 100011000 1010101 1001000

Color Harmonies of #CC7CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CF4

Black with #CC7CF4

Text Example


Text Example

White with #CC7CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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