#CB6FFA

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

Shades of Heliotrope #CB6FFA

Tints of Heliotrope #CB6FFA

Color information

#CB6FFA (or 0xCB6FFA) is unknown color: approx Heliotrope. HEX triplet: CB, 6F and FA. RGB value is (203,111,250). Sum of RGB (Red+Green+Blue) = 203+111+250=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB6FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6FFA is #349005. Grayscale: #999999. Windows color (decimal): -3444742 or 16412619. OLE color: 16412619.

HSL color Cylindrical-coordinate representation of color #CB6FFA: hue angle of 279.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB6FFA is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203111250-
CMYK0.190.5600.02
HSL279.71º93.29%70.78%-
HSV(B)279.71º55.6%98.04%-
XYZ47.5730.9793.91-
YUV154.35181.98162.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 111 (43.75% from 255) = 19.68%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=35.99%
G=19.68%
B=44.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031112500.190.5600.02279.7193.2970.78
HexCB6FFA1338021185d47
Octal313157372237002430135107
Binary110010111101111111110101001111100001010001100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6FFA; }

 p { color: rgb(203,111,250); }

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

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

 a { background-color: rgb(203,111,250); }

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

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

 span { border-color: rgb(203,111,250); }

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