#CB67F7

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

Shades of Heliotrope #CB67F7

Tints of Heliotrope #CB67F7

Color information

#CB67F7 (or 0xCB67F7) is unknown color: approx Heliotrope. HEX triplet: CB, 67 and F7. RGB value is (203,103,247). Sum of RGB (Red+Green+Blue) = 203+103+247=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 103 (40.62% from 255 or 18.63% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB67F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB67F7 is #349808. Grayscale: #949494. Windows color (decimal): -3446793 or 16213963. OLE color: 16213963.

HSL color Cylindrical-coordinate representation of color #CB67F7: hue angle of 281.67º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB67F7 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203103247-
CMYK0.180.5800.03
HSL281.67º90%68.63%-
HSV(B)281.67º58.3%96.86%-
XYZ46.2729.1191.18-
YUV149.32183.13166.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 103 (40.62% from 255) = 18.63%
BLUE value IS 247 (96.88% from 255) = 44.67%
R=36.71%
G=18.63%
B=44.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2031032470.180.5800.03281.679068.63
HexCB67F7123A0311a5a45
Octal313147367227203432132105
Binary110010111100111111101111001011101001110001101010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB67F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB67F7; }

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

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

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

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

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

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

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

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