#CD7CFF

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

Shades of Heliotrope #CD7CFF

Tints of Heliotrope #CD7CFF

Color information

#CD7CFF (or 0xCD7CFF) is unknown color: approx Heliotrope. HEX triplet: CD, 7C and FF. RGB value is (205,124,255). Sum of RGB (Red+Green+Blue) = 205+124+255=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 124 (48.83% from 255 or 21.23% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD7CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7CFF is #328300. Grayscale: #A2A2A2. Windows color (decimal): -3310337 or 16743629. OLE color: 16743629.

HSL color Cylindrical-coordinate representation of color #CD7CFF: hue angle of 277.1º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD7CFF is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205124255-
CMYK0.200.5100
HSL277.1º100%74.31%-
HSV(B)277.1º51.37%100%-
XYZ50.4334.6198.63-
YUV163.15179.84157.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 124 (48.83% from 255) = 21.23%
BLUE value IS 255 (100% from 255) = 43.66%
R=35.10%
G=21.23%
B=43.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051242550.200.5100277.110074.31
HexCD7CFF143300115644a
Octal315174377246300425144112
Binary11001101111110011111111101001100110010001010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7CFF; }

 p { color: rgb(205,124,255); }

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

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

 a { background-color: rgb(205,124,255); }

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

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

 span { border-color: rgb(205,124,255); }

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