Html Css Color HEX #CC6FF3 Heliotrope

📋 copy color: '#CC6FF3'

red 204 ◦ green 111 ◦ blue 243

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

Shades of Heliotrope #CC6FF3

Tints of Heliotrope #CC6FF3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.89%

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

R = 36.56%
G = 19.89%
B = 43.55%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC6FF3 (or 0xCC6FF3) is known color: Heliotrope. HEX triplet: CC, 6F and F3. RGB value is (204,111,243). Sum of RGB (Red+Green+Blue) = 204+111+243=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC6FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6FF3 is #33900C. Grayscale: #999999. Windows color (decimal): -3379213 or 15953868. OLE color: 15953868.

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

Color convert

RGB 204 111 243 -
CMYK 0.16 0.54 0 0.05
HSL 282.27º 0.85% 0.69% -
HSV(B) 282.27º 0.54% 0.95% -
XYZ 46.76 30.68 88.25 -
YUV 153.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 204 111 243 0.16 0.54 0 0.05 282.27 0.85 0.69
Hex CC 6F F3 10 36 0 5 11A 55 45
Octal 314 157 363 20 66 0 5 432 125 105
Binary 11001100 1101111 11110011 10000 110110 0 101 100011010 1010101 1000101

Color Harmonies of #CC6FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6FF3

Black with #CC6FF3

Text Example


Text Example

White with #CC6FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6FF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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