#CF83F3

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

Shades of Heliotrope #CF83F3

Tints of Heliotrope #CF83F3

Color information

#CF83F3 (or 0xCF83F3) is unknown color: approx Heliotrope. HEX triplet: CF, 83 and F3. RGB value is (207,131,243). Sum of RGB (Red+Green+Blue) = 207+131+243=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 131 (51.56% from 255 or 22.55% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF83F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF83F3 is #307C0C. Grayscale: #A6A6A6. Windows color (decimal): -3177485 or 15958991. OLE color: 15958991.

HSL color Cylindrical-coordinate representation of color #CF83F3: hue angle of 280.71º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF83F3 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207131243-
CMYK0.150.4600.05
HSL280.71º82.35%73.33%-
HSV(B)280.71º46.09%95.29%-
XYZ50.0335.9789.1-
YUV166.49171.18156.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 131 (51.56% from 255) = 22.55%
BLUE value IS 243 (95.31% from 255) = 41.82%
R=35.63%
G=22.55%
B=41.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2071312430.150.4600.05280.7182.3573.33
HexCF83F3F2E051195249
Octal317203363175605431122111
Binary1100111110000011111100111111101110010110001100110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF83F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF83F3; }

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

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

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

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

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

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

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

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