#CD75EB

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

Shades of Heliotrope #CD75EB

Tints of Heliotrope #CD75EB

Color information

#CD75EB (or 0xCD75EB) is unknown color: approx Heliotrope. HEX triplet: CD, 75 and EB. RGB value is (205,117,235). Sum of RGB (Red+Green+Blue) = 205+117+235=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #CD75EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD75EB is #328A14. Grayscale: #9C9C9C. Windows color (decimal): -3312149 or 15431117. OLE color: 15431117.

HSL color Cylindrical-coordinate representation of color #CD75EB: hue angle of 284.75º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD75EB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205117235-
CMYK0.130.5000.08
HSL284.75º74.68%69.02%-
HSV(B)284.75º50.21%92.16%-
XYZ46.5331.782.26-
YUV156.76172.15162.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 117 (46.09% from 255) = 21.01%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=36.80%
G=21.01%
B=42.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051172350.130.5000.08284.7574.6869.02
HexCD75EBD320811d4b45
Octal3151653531562010435113105
Binary1100110111101011110101111011100100100010001110110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD75EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD75EB; }

 p { color: rgb(205,117,235); }

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

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

 a { background-color: rgb(205,117,235); }

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

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

 span { border-color: rgb(205,117,235); }

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