#C65CFD

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

Shades of Heliotrope #C65CFD

Tints of Heliotrope #C65CFD

Color information

#C65CFD (or 0xC65CFD) is unknown color: approx Heliotrope. HEX triplet: C6, 5C and FD. RGB value is (198,92,253). Sum of RGB (Red+Green+Blue) = 198+92+253=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #C65CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65CFD is #39A302. Grayscale: #8D8D8D. Windows color (decimal): -3777283 or 16604358. OLE color: 16604358.

HSL color Cylindrical-coordinate representation of color #C65CFD: hue angle of 279.5º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C65CFD is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19892253-
CMYK0.220.6400.01
HSL279.5º97.58%67.65%-
HSV(B)279.5º63.64%99.22%-
XYZ44.8526.7595.73-
YUV142.05190.62167.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.46%
GREEN value IS 92 (36.33% from 255) = 16.94%
BLUE value IS 253 (99.22% from 255) = 46.59%
R=36.46%
G=16.94%
B=46.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal198922530.220.6400.01279.597.5867.65
HexC65CFD1640011186244
Octal3061343752610001430142104
Binary110001101011100111111011011010000000110001100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65CFD; }

 p { color: rgb(198,92,253); }

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

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

 a { background-color: rgb(198,92,253); }

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

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

 span { border-color: rgb(198,92,253); }

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