#C88AFD

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

Shades of Heliotrope #C88AFD

Tints of Heliotrope #C88AFD

Color information

#C88AFD (or 0xC88AFD) is unknown color: approx Heliotrope. HEX triplet: C8, 8A and FD. RGB value is (200,138,253). Sum of RGB (Red+Green+Blue) = 200+138+253=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #C88AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88AFD is #377502. Grayscale: #A9A9A9. Windows color (decimal): -3634435 or 16616136. OLE color: 16616136.

HSL color Cylindrical-coordinate representation of color #C88AFD: hue angle of 272.35º 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 #C88AFD is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB200138253-
CMYK0.210.4500.01
HSL272.35º96.64%76.67%-
HSV(B)272.35º45.45%99.22%-
XYZ50.6437.5597.51-
YUV169.65175.04149.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.84%
GREEN value IS 138 (54.30% from 255) = 23.35%
BLUE value IS 253 (99.22% from 255) = 42.81%
R=33.84%
G=23.35%
B=42.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2001382530.210.4500.01272.3596.6476.67
HexC88AFD152D01110614d
Octal310212375255501420141115
Binary110010001000101011111101101011011010110001000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88AFD; }

 p { color: rgb(200,138,253); }

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

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

 a { background-color: rgb(200,138,253); }

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

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

 span { border-color: rgb(200,138,253); }

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