#CD7CFA

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

Shades of Heliotrope #CD7CFA

Tints of Heliotrope #CD7CFA

Color information

#CD7CFA (or 0xCD7CFA) is unknown color: approx Heliotrope. HEX triplet: CD, 7C and FA. RGB value is (205,124,250). Sum of RGB (Red+Green+Blue) = 205+124+250=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD7CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7CFA is #328305. Grayscale: #A2A2A2. Windows color (decimal): -3310342 or 16415949. OLE color: 16415949.

HSL color Cylindrical-coordinate representation of color #CD7CFA: hue angle of 278.57º degrees, saturation: 0.93, 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 #CD7CFA is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205124250-
CMYK0.180.5000.02
HSL278.57º92.65%73.33%-
HSV(B)278.57º50.4%98.04%-
XYZ49.6434.394.45-
YUV162.58177.34158.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 124 (48.83% from 255) = 21.42%
BLUE value IS 250 (98.05% from 255) = 43.18%
R=35.41%
G=21.42%
B=43.18%

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
Decimal2051242500.180.5000.02278.5792.6573.33
HexCD7CFA1232021175d49
Octal315174372226202427135111
Binary110011011111100111110101001011001001010001011110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7CFA; }

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

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

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

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

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

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

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

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