#CB74FC

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

Shades of Heliotrope #CB74FC

Tints of Heliotrope #CB74FC

Color information

#CB74FC (or 0xCB74FC) is unknown color: approx Heliotrope. HEX triplet: CB, 74 and FC. RGB value is (203,116,252). Sum of RGB (Red+Green+Blue) = 203+116+252=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB74FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB74FC is #348B03. Grayscale: #9D9D9D. Windows color (decimal): -3443460 or 16544971. OLE color: 16544971.

HSL color Cylindrical-coordinate representation of color #CB74FC: hue angle of 278.38º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB74FC is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203116252-
CMYK0.190.5400.01
HSL278.38º95.77%72.16%-
HSV(B)278.38º53.97%98.82%-
XYZ48.4432.2295.76-
YUV157.52181.32160.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 116 (45.70% from 255) = 20.32%
BLUE value IS 252 (98.83% from 255) = 44.13%
R=35.55%
G=20.32%
B=44.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031162520.190.5400.01278.3895.7772.16
HexCB74FC1336011166048
Octal313164374236601426140110
Binary11001011111010011111100100111101100110001011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB74FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB74FC; }

 p { color: rgb(203,116,252); }

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

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

 a { background-color: rgb(203,116,252); }

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

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

 span { border-color: rgb(203,116,252); }

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