Html Css Color HEX #CC6FFD Heliotrope

📋 copy color: '#CC6FFD'

red 204 ◦ green 111 ◦ blue 253

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

Shades of Heliotrope #CC6FFD

Tints of Heliotrope #CC6FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.54%

R = 35.92%
G = 19.54%
B = 44.54%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC6FFD (or 0xCC6FFD) is known color: Heliotrope. HEX triplet: CC, 6F and FD. RGB value is (204,111,253). Sum of RGB (Red+Green+Blue) = 204+111+253=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC6FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6FFD is #339002. Grayscale: #9A9A9A. Windows color (decimal): -3379203 or 16609228. OLE color: 16609228.

HSL color Cylindrical-coordinate representation of color #CC6FFD: hue angle of 279.3º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC6FFD is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 111 253 -
CMYK 0.19 0.56 0 0.01
HSL 279.3º 0.97% 0.71% -
HSV(B) 279.3º 0.56% 0.99% -
XYZ 48.32 31.3 96.42 -
YUV 155 183.31 162.95 -
System Red Green Blue C M Y K H S L
Decimal 204 111 253 0.19 0.56 0 0.01 279.3 0.97 0.71
Hex CC 6F FD 13 38 0 1 117 61 47
Octal 314 157 375 23 70 0 1 427 141 107
Binary 11001100 1101111 11111101 10011 111000 0 1 100010111 1100001 1000111

Color Harmonies of #CC6FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6FFD

Black with #CC6FFD

Text Example


Text Example

White with #CC6FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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