#CD83FD

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

Shades of Heliotrope #CD83FD

Tints of Heliotrope #CD83FD

Color information

#CD83FD (or 0xCD83FD) is unknown color: approx Heliotrope. HEX triplet: CD, 83 and FD. RGB value is (205,131,253). Sum of RGB (Red+Green+Blue) = 205+131+253=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD83FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD83FD is #327C02. Grayscale: #A6A6A6. Windows color (decimal): -3308547 or 16614349. OLE color: 16614349.

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

Color convert

RGB205131253-
CMYK0.190.4800.01
HSL276.39º96.83%75.29%-
HSV(B)276.39º48.22%99.22%-
XYZ51.0236.397.25-
YUV167.03176.52155.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.80%
GREEN value IS 131 (51.56% from 255) = 22.24%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=34.80%
G=22.24%
B=42.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051312530.190.4800.01276.3996.8375.29
HexCD83FD133001114614b
Octal315203375236001424141113
Binary110011011000001111111101100111100000110001010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD83FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD83FD; }

 p { color: rgb(205,131,253); }

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

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

 a { background-color: rgb(205,131,253); }

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

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

 span { border-color: rgb(205,131,253); }

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