Html Css Color HEX #CC7EF1 Heliotrope

📋 copy color: '#CC7EF1'

red 204 ◦ green 126 ◦ blue 241

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

Shades of Heliotrope #CC7EF1

Tints of Heliotrope #CC7EF1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.07%

 BLUE value IS 241 (94.53% from 255) = 42.21%

R = 35.73%
G = 22.07%
B = 42.21%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC7EF1 (or 0xCC7EF1) is known color: Heliotrope. HEX triplet: CC, 7E and F1. RGB value is (204,126,241). Sum of RGB (Red+Green+Blue) = 204+126+241=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC7EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7EF1 is #33810E. Grayscale: #A2A2A2. Windows color (decimal): -3375375 or 15826636. OLE color: 15826636.

HSL color Cylindrical-coordinate representation of color #CC7EF1: hue angle of 280.7º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC7EF1 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 126 241 -
CMYK 0.15 0.48 0 0.05
HSL 280.7º 0.8% 0.72% -
HSV(B) 280.7º 0.48% 0.95% -
XYZ 48.24 34.11 87.26 -
YUV 162.43 172.34 157.65 -
System Red Green Blue C M Y K H S L
Decimal 204 126 241 0.15 0.48 0 0.05 280.7 0.8 0.72
Hex CC 7E F1 F 30 0 5 119 50 48
Octal 314 176 361 17 60 0 5 431 120 110
Binary 11001100 1111110 11110001 1111 110000 0 101 100011001 1010000 1001000

Color Harmonies of #CC7EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7EF1

Black with #CC7EF1

Text Example


Text Example

White with #CC7EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7EF1; }

 p { color: rgb(204,126,241); }

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

background-color css

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

 a { background-color: rgb(204,126,241); }

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

border-color css

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

 span { border-color: rgb(204,126,241); }

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