#CF0AFD

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

Shades of Psychedelic Purple #CF0AFD

Tints of Psychedelic Purple #CF0AFD

Color information

#CF0AFD (or 0xCF0AFD) is unknown color: approx Psychedelic Purple. HEX triplet: CF, 0A and FD. RGB value is (207,10,253). Sum of RGB (Red+Green+Blue) = 207+10+253=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 10 (4.30% from 255 or 2.13% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF0AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF0AFD is #30F502. Grayscale: #5F5F5F. Windows color (decimal): -3208451 or 16583375. OLE color: 16583375.

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

Color convert

RGB20710253-
CMYK0.180.9600.01
HSL288.64º98.38%51.57%-
HSV(B)288.64º96.05%99.22%-
XYZ43.5720.5794.6-
YUV96.6216.27206.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 10 (4.30% from 255) = 2.13%
BLUE value IS 253 (99.22% from 255) = 53.83%
R=44.04%
G=2.13%
B=53.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal207102530.180.9600.01288.6498.3851.57
HexCFAFD1260011216234
Octal31712375221400144114264
Binary11001111101011111101100101100000011001000011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0AFD; }

 p { color: rgb(207,10,253); }

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

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

 a { background-color: rgb(207,10,253); }

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

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

 span { border-color: rgb(207,10,253); }

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