#CD7CF9

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

Shades of Heliotrope #CD7CF9

Tints of Heliotrope #CD7CF9

Color information

#CD7CF9 (or 0xCD7CF9) is unknown color: approx Heliotrope. HEX triplet: CD, 7C and F9. RGB value is (205,124,249). Sum of RGB (Red+Green+Blue) = 205+124+249=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 124 (48.83% from 255 or 21.45% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD7CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7CF9 is #328306. Grayscale: #A2A2A2. Windows color (decimal): -3310343 or 16350413. OLE color: 16350413.

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

Color convert

RGB205124249-
CMYK0.180.5000.02
HSL278.88º91.24%73.14%-
HSV(B)278.88º50.2%97.65%-
XYZ49.4834.2393.62-
YUV162.47176.84158.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 124 (48.83% from 255) = 21.45%
BLUE value IS 249 (97.66% from 255) = 43.08%
R=35.47%
G=21.45%
B=43.08%

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
Decimal2051242490.180.5000.02278.8891.2473.14
HexCD7CF91232021175b49
Octal315174371226202427133111
Binary110011011111100111110011001011001001010001011110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7CF9; }

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

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

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

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

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

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

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

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