#D267FC

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

Shades of Heliotrope #D267FC

Tints of Heliotrope #D267FC

Color information

#D267FC (or 0xD267FC) is unknown color: approx Heliotrope. HEX triplet: D2, 67 and FC. RGB value is (210,103,252). Sum of RGB (Red+Green+Blue) = 210+103+252=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 103 (40.62% from 255 or 18.23% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #D267FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D267FC is #2D9803. Grayscale: #979797. Windows color (decimal): -2988036 or 16541650. OLE color: 16541650.

HSL color Cylindrical-coordinate representation of color #D267FC: hue angle of 283.09º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D267FC is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210103252-
CMYK0.170.5900.01
HSL283.09º96.13%69.61%-
HSV(B)283.09º59.13%98.82%-
XYZ4930.4395.39-
YUV151.98184.45169.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 103 (40.62% from 255) = 18.23%
BLUE value IS 252 (98.83% from 255) = 44.60%
R=37.17%
G=18.23%
B=44.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101032520.170.5900.01283.0996.1369.61
HexD267FC113B0111b6046
Octal322147374217301433140106
Binary11010010110011111111100100011110110110001101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D267FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D267FC; }

 p { color: rgb(210,103,252); }

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

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

 a { background-color: rgb(210,103,252); }

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

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

 span { border-color: rgb(210,103,252); }

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