Html Css Color HEX #CC6EF3 Heliotrope

📋 copy color: '#CC6EF3'

red 204 ◦ green 110 ◦ blue 243

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

Shades of Heliotrope #CC6EF3

Tints of Heliotrope #CC6EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.63%

R = 36.62%
G = 19.75%
B = 43.63%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC6EF3 (or 0xCC6EF3) is known color: Heliotrope. HEX triplet: CC, 6E and F3. RGB value is (204,110,243). Sum of RGB (Red+Green+Blue) = 204+110+243=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC6EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6EF3 is #33910C. Grayscale: #989898. Windows color (decimal): -3379469 or 15953612. OLE color: 15953612.

HSL color Cylindrical-coordinate representation of color #CC6EF3: hue angle of 282.41º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC6EF3 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 110 243 -
CMYK 0.16 0.55 0 0.05
HSL 282.41º 0.85% 0.69% -
HSV(B) 282.41º 0.55% 0.95% -
XYZ 46.66 30.46 88.21 -
YUV 153.27 178.64 164.19 -
System Red Green Blue C M Y K H S L
Decimal 204 110 243 0.16 0.55 0 0.05 282.41 0.85 0.69
Hex CC 6E F3 10 37 0 5 11A 55 45
Octal 314 156 363 20 67 0 5 432 125 105
Binary 11001100 1101110 11110011 10000 110111 0 101 100011010 1010101 1000101

Color Harmonies of #CC6EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6EF3

Black with #CC6EF3

Text Example


Text Example

White with #CC6EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6EF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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