Html Css Color HEX #CC6FFA Heliotrope

📋 copy color: '#CC6FFA'

red 204 ◦ green 111 ◦ blue 250

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

Shades of Heliotrope #CC6FFA

Tints of Heliotrope #CC6FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.25%

R = 36.11%
G = 19.65%
B = 44.25%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC6FFA (or 0xCC6FFA) is known color: Heliotrope. HEX triplet: CC, 6F and FA. RGB value is (204,111,250). Sum of RGB (Red+Green+Blue) = 204+111+250=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC6FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6FFA is #339005. Grayscale: #9A9A9A. Windows color (decimal): -3379206 or 16412620. OLE color: 16412620.

HSL color Cylindrical-coordinate representation of color #CC6FFA: hue angle of 280.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC6FFA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 111 250 -
CMYK 0.18 0.56 0 0.02
HSL 280.14º 0.93% 0.71% -
HSV(B) 280.14º 0.56% 0.98% -
XYZ 47.84 31.11 93.93 -
YUV 154.65 181.81 163.2 -
System Red Green Blue C M Y K H S L
Decimal 204 111 250 0.18 0.56 0 0.02 280.14 0.93 0.71
Hex CC 6F FA 12 38 0 2 118 5D 47
Octal 314 157 372 22 70 0 2 430 135 107
Binary 11001100 1101111 11111010 10010 111000 0 10 100011000 1011101 1000111

Color Harmonies of #CC6FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6FFA

Black with #CC6FFA

Text Example


Text Example

White with #CC6FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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