Html Css Color HEX #CC6EFE Heliotrope

📋 copy color: '#CC6EFE'

red 204 ◦ green 110 ◦ blue 254

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

Shades of Heliotrope #CC6EFE

Tints of Heliotrope #CC6EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.37%

 BLUE value IS 254 (99.61% from 255) = 44.72%

R = 35.92%
G = 19.37%
B = 44.72%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC6EFE (or 0xCC6EFE) is known color: Heliotrope. HEX triplet: CC, 6E and FE. RGB value is (204,110,254). Sum of RGB (Red+Green+Blue) = 204+110+254=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC6EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6EFE is #339101. Grayscale: #9A9A9A. Windows color (decimal): -3379458 or 16674508. OLE color: 16674508.

HSL color Cylindrical-coordinate representation of color #CC6EFE: hue angle of 279.17º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6EFE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 110 254 -
CMYK 0.20 0.57 0 0.00
HSL 279.17º 0.99% 0.71% -
HSV(B) 279.17º 0.57% 1% -
XYZ 48.37 31.14 97.23 -
YUV 154.52 184.14 163.29 -
System Red Green Blue C M Y K H S L
Decimal 204 110 254 0.20 0.57 0 0.00 279.17 0.99 0.71
Hex CC 6E FE 14 39 0 0 117 63 47
Octal 314 156 376 24 71 0 0 427 143 107
Binary 11001100 1101110 11111110 10100 111001 0 0 100010111 1100011 1000111

Color Harmonies of #CC6EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6EFE

Black with #CC6EFE

Text Example


Text Example

White with #CC6EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6EFE; }

 p { color: rgb(204,110,254); }

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

background-color css

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

 a { background-color: rgb(204,110,254); }

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

border-color css

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

 span { border-color: rgb(204,110,254); }

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