#CD67F9

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

Shades of Heliotrope #CD67F9

Tints of Heliotrope #CD67F9

Color information

#CD67F9 (or 0xCD67F9) is unknown color: approx Heliotrope. HEX triplet: CD, 67 and F9. RGB value is (205,103,249). Sum of RGB (Red+Green+Blue) = 205+103+249=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 103 (40.62% from 255 or 18.49% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD67F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD67F9 is #329806. Grayscale: #959595. Windows color (decimal): -3315719 or 16345037. OLE color: 16345037.

HSL color Cylindrical-coordinate representation of color #CD67F9: hue angle of 281.92º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD67F9 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205103249-
CMYK0.180.5900.02
HSL281.92º92.41%69.02%-
HSV(B)281.92º58.63%97.65%-
XYZ47.1329.5292.84-
YUV150.14183.79167.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 103 (40.62% from 255) = 18.49%
BLUE value IS 249 (97.66% from 255) = 44.70%
R=36.80%
G=18.49%
B=44.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051032490.180.5900.02281.9292.4169.02
HexCD67F9123B0211a5c45
Octal315147371227302432134105
Binary110011011100111111110011001011101101010001101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD67F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD67F9; }

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

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

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

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

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

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

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

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