#CC8BFD

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

Shades of Heliotrope #CC8BFD

Tints of Heliotrope #CC8BFD

Color information

#CC8BFD (or 0xCC8BFD) is unknown color: approx Heliotrope. HEX triplet: CC, 8B and FD. RGB value is (204,139,253). Sum of RGB (Red+Green+Blue) = 204+139+253=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8BFD is #337402. Grayscale: #ABABAB. Windows color (decimal): -3372035 or 16616396. OLE color: 16616396.

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

Color convert

RGB204139253-
CMYK0.190.4500.01
HSL274.21º96.61%76.86%-
HSV(B)274.21º45.06%99.22%-
XYZ51.8638.3997.61-
YUV171.43174.03151.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.23%
GREEN value IS 139 (54.69% from 255) = 23.32%
BLUE value IS 253 (99.22% from 255) = 42.45%
R=34.23%
G=23.32%
B=42.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041392530.190.4500.01274.2196.6176.86
HexCC8BFD132D01112614d
Octal314213375235501422141115
Binary110011001000101111111101100111011010110001001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BFD; }

 p { color: rgb(204,139,253); }

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

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

 a { background-color: rgb(204,139,253); }

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

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

 span { border-color: rgb(204,139,253); }

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