#CD7FE7

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

Shades of Heliotrope #CD7FE7

Tints of Heliotrope #CD7FE7

Color information

#CD7FE7 (or 0xCD7FE7) is unknown color: approx Heliotrope. HEX triplet: CD, 7F and E7. RGB value is (205,127,231). Sum of RGB (Red+Green+Blue) = 205+127+231=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 231 (90.62% from 255 or 41.03% from 563); Max value from RGB is 231 - color contains mainly: blue. Hex color #CD7FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7FE7 is #328018. Grayscale: #A1A1A1. Windows color (decimal): -3309593 or 15171533. OLE color: 15171533.

HSL color Cylindrical-coordinate representation of color #CD7FE7: hue angle of 285º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD7FE7 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205127231-
CMYK0.110.4500.09
HSL285º68.42%70.2%-
HSV(B)285º45.02%90.59%-
XYZ47.1933.9379.66-
YUV162.18166.84158.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 127 (50% from 255) = 22.56%
BLUE value IS 231 (90.62% from 255) = 41.03%
R=36.41%
G=22.56%
B=41.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051272310.110.4500.0928568.4270.2
HexCD7FE7B2D0911d4446
Octal3151773471355011435104106
Binary1100110111111111110011110111011010100110001110110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7FE7; }

 p { color: rgb(205,127,231); }

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

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

 a { background-color: rgb(205,127,231); }

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

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

 span { border-color: rgb(205,127,231); }

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