#CF83FF

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

Shades of Heliotrope #CF83FF

Tints of Heliotrope #CF83FF

Color information

#CF83FF (or 0xCF83FF) is unknown color: approx Heliotrope. HEX triplet: CF, 83 and FF. RGB value is (207,131,255). Sum of RGB (Red+Green+Blue) = 207+131+255=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 131 (51.56% from 255 or 22.09% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF83FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF83FF is #307C00. Grayscale: #A7A7A7. Windows color (decimal): -3177473 or 16745423. OLE color: 16745423.

HSL color Cylindrical-coordinate representation of color #CF83FF: hue angle of 276.77º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF83FF is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB207131255-
CMYK0.190.4900
HSL276.77º100%75.69%-
HSV(B)276.77º48.63%100%-
XYZ51.936.7298.96-
YUV167.86177.18155.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 131 (51.56% from 255) = 22.09%
BLUE value IS 255 (100% from 255) = 43.00%
R=34.91%
G=22.09%
B=43.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071312550.190.4900276.7710075.69
HexCF83FF133100115644c
Octal317203377236100425144114
Binary110011111000001111111111100111100010010001010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF83FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF83FF; }

 p { color: rgb(207,131,255); }

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

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

 a { background-color: rgb(207,131,255); }

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

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

 span { border-color: rgb(207,131,255); }

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