#cd6ffe

Color #CD6FFE Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CD6FFE

Tints of Heliotrope #CD6FFE

Color information

#CD6FFE (or 0xCD6FFE) is unknown color: approx Heliotrope. HEX triplet: CD, 6F and FE. RGB value is (205,111,254). Sum of RGB (Red+Green+Blue) = 205+111+254=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD6FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD6FFE is #329001. Grayscale: #9A9A9A. Windows color (decimal): -3313666 or 16674765. OLE color: 16674765.

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

Color convert

RGB205111254-
CMYK0.190.5600.00
HSL279.44º98.62%71.57%-
HSV(B)279.44º56.3%99.61%-
XYZ48.7531.597.28-
YUV155.41183.64163.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 111 (43.75% from 255) = 19.47%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=35.96%
G=19.47%
B=44.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2051112540.190.5600.00279.4498.6271.57
HexCD6FFE1338001176348
Octal315157376237000427143110
Binary11001101110111111111110100111110000010001011111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd6ffe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd6ffe; }

 p { color: rgb(205,111,254); }

 H1.HeaderClassName
 {
   color: #cd6ffe;
 }
 .AnyTagClassName
 {
   color: #cd6ffe;
 }
</style>
background-color css

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

 a { background-color: rgb(205,111,254); }

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

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

 span { border-color: rgb(205,111,254); }

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