#CD7DFB

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

Shades of Heliotrope #CD7DFB

Tints of Heliotrope #CD7DFB

Color information

#CD7DFB (or 0xCD7DFB) is unknown color: approx Heliotrope. HEX triplet: CD, 7D and FB. RGB value is (205,125,251). Sum of RGB (Red+Green+Blue) = 205+125+251=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #CD7DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7DFB is #328204. Grayscale: #A2A2A2. Windows color (decimal): -3310085 or 16481741. OLE color: 16481741.

HSL color Cylindrical-coordinate representation of color #CD7DFB: hue angle of 278.1º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD7DFB is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205125251-
CMYK0.180.5000.02
HSL278.1º94.03%73.73%-
HSV(B)278.1º50.2%98.43%-
XYZ49.9234.6195.32-
YUV163.28177.5157.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 125 (49.22% from 255) = 21.51%
BLUE value IS 251 (98.44% from 255) = 43.20%
R=35.28%
G=21.51%
B=43.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051252510.180.5000.02278.194.0373.73
HexCD7DFB1232021165e4a
Octal315175373226202426136112
Binary110011011111101111110111001011001001010001011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DFB; }

 p { color: rgb(205,125,251); }

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

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

 a { background-color: rgb(205,125,251); }

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

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

 span { border-color: rgb(205,125,251); }

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