#CB67F1

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

Shades of Heliotrope #CB67F1

Tints of Heliotrope #CB67F1

Color information

#CB67F1 (or 0xCB67F1) is unknown color: approx Heliotrope. HEX triplet: CB, 67 and F1. RGB value is (203,103,241). Sum of RGB (Red+Green+Blue) = 203+103+241=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 103 (40.62% from 255 or 18.83% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB67F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB67F1 is #34980E. Grayscale: #949494. Windows color (decimal): -3446799 or 15820747. OLE color: 15820747.

HSL color Cylindrical-coordinate representation of color #CB67F1: hue angle of 283.48º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB67F1 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203103241-
CMYK0.160.5700.05
HSL283.48º83.13%67.45%-
HSV(B)283.48º57.26%94.51%-
XYZ45.3628.7586.38-
YUV148.63180.13166.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 103 (40.62% from 255) = 18.83%
BLUE value IS 241 (94.53% from 255) = 44.06%
R=37.11%
G=18.83%
B=44.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031032410.160.5700.05283.4883.1367.45
HexCB67F110390511b5343
Octal313147361207105433123103
Binary1100101111001111111000110000111001010110001101110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB67F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB67F1; }

 p { color: rgb(203,103,241); }

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

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

 a { background-color: rgb(203,103,241); }

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

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

 span { border-color: rgb(203,103,241); }

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