Html Css Color HEX #CC7CE6 Heliotrope

📋 copy color: '#CC7CE6'

red 204 ◦ green 124 ◦ blue 230

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

Shades of Heliotrope #CC7CE6

Tints of Heliotrope #CC7CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.22%

R = 36.56%
G = 22.22%
B = 41.22%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC7CE6 (or 0xCC7CE6) is known color: Heliotrope. HEX triplet: CC, 7C and E6. RGB value is (204,124,230). Sum of RGB (Red+Green+Blue) = 204+124+230=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC7CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7CE6 is #338319. Grayscale: #9F9F9F. Windows color (decimal): -3375898 or 15105228. OLE color: 15105228.

HSL color Cylindrical-coordinate representation of color #CC7CE6: hue angle of 285.28º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC7CE6 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 124 230 -
CMYK 0.11 0.46 0 0.10
HSL 285.28º 0.68% 0.69% -
HSV(B) 285.28º 0.46% 0.9% -
XYZ 46.39 32.97 78.78 -
YUV 160 167.5 159.38 -
System Red Green Blue C M Y K H S L
Decimal 204 124 230 0.11 0.46 0 0.10 285.28 0.68 0.69
Hex CC 7C E6 B 2E 0 A 11D 44 45
Octal 314 174 346 13 56 0 12 435 104 105
Binary 11001100 1111100 11100110 1011 101110 0 1010 100011101 1000100 1000101

Color Harmonies of #CC7CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CE6

Black with #CC7CE6

Text Example


Text Example

White with #CC7CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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