#CD84F4

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

Shades of Heliotrope #CD84F4

Tints of Heliotrope #CD84F4

Color information

#CD84F4 (or 0xCD84F4) is unknown color: approx Heliotrope. HEX triplet: CD, 84 and F4. RGB value is (205,132,244). Sum of RGB (Red+Green+Blue) = 205+132+244=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 132 (51.95% from 255 or 22.72% from 581); Blue value is 244 (95.70% from 255 or 42.00% from 581); Max value from RGB is 244 - color contains mainly: blue. Hex color #CD84F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD84F4 is #327B0B. Grayscale: #A6A6A6. Windows color (decimal): -3308300 or 16024781. OLE color: 16024781.

HSL color Cylindrical-coordinate representation of color #CD84F4: hue angle of 279.11º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD84F4 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205132244-
CMYK0.160.4600.04
HSL279.11º83.58%73.73%-
HSV(B)279.11º45.9%95.69%-
XYZ49.7636.0189.92-
YUV166.6171.68155.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 132 (51.95% from 255) = 22.72%
BLUE value IS 244 (95.70% from 255) = 42.00%
R=35.28%
G=22.72%
B=42.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051322440.160.4600.04279.1183.5873.73
HexCD84F4102E04117544a
Octal315204364205604427124112
Binary11001101100001001111010010000101110010010001011110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD84F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD84F4; }

 p { color: rgb(205,132,244); }

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

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

 a { background-color: rgb(205,132,244); }

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

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

 span { border-color: rgb(205,132,244); }

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