Html Css Color HEX #C660FA Heliotrope

📋 copy color: '#C660FA'

red 198 ◦ green 96 ◦ blue 250

#C660FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C660FA

Tints of Heliotrope #C660FA

RGB

 RED value IS 198 (77.73% from 255) = 36.4%

 GREEN value IS 96 (37.89% from 255) = 17.65%

 BLUE value IS 250 (98.05% from 255) = 45.96%

R = 36.4%
G = 17.65%
B = 45.96%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C660FA (or 0xC660FA) is known color: Heliotrope. HEX triplet: C6, 60 and FA. RGB value is (198,96,250). Sum of RGB (Red+Green+Blue) = 198+96+250=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #C660FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C660FA is #399F05. Grayscale: #8F8F8F. Windows color (decimal): -3776262 or 16408774. OLE color: 16408774.

HSL color Cylindrical-coordinate representation of color #C660FA: hue angle of 279.74º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C660FA is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 96 250 -
CMYK 0.21 0.62 0 0.02
HSL 279.74º 0.94% 0.68% -
HSV(B) 279.74º 0.62% 0.98% -
XYZ 44.73 27.27 93.35 -
YUV 144.05 187.79 166.48 -
System Red Green Blue C M Y K H S L
Decimal 198 96 250 0.21 0.62 0 0.02 279.74 0.94 0.68
Hex C6 60 FA 15 3E 0 2 118 5E 44
Octal 306 140 372 25 76 0 2 430 136 104
Binary 11000110 1100000 11111010 10101 111110 0 10 100011000 1011110 1000100

Color Harmonies of #C660FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C660FA

Black with #C660FA

Text Example


Text Example

White with #C660FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C660FA; }

 p { color: rgb(198,96,250); }

 H1.HeaderClassName
 {
   color: #C660FA;
 }
 .AnyTagClassName
 {
   color: #C660FA;
 }
</style>

background-color css

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

 a { background-color: rgb(198,96,250); }

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

border-color css

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

 span { border-color: rgb(198,96,250); }

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