Html Css Color HEX #C684FA Heliotrope

📋 copy color: '#C684FA'

red 198 ◦ green 132 ◦ blue 250

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

Shades of Heliotrope #C684FA

Tints of Heliotrope #C684FA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.76%

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

R = 34.14%
G = 22.76%
B = 43.1%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C684FA (or 0xC684FA) is known color: Heliotrope. HEX triplet: C6, 84 and FA. RGB value is (198,132,250). Sum of RGB (Red+Green+Blue) = 198+132+250=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #C684FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C684FA is #397B05. Grayscale: #A4A4A4. Windows color (decimal): -3767046 or 16417990. OLE color: 16417990.

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

Color convert

RGB 198 132 250 -
CMYK 0.21 0.47 0 0.02
HSL 273.56º 0.92% 0.75% -
HSV(B) 273.56º 0.47% 0.98% -
XYZ 48.8 35.41 94.71 -
YUV 165.19 175.87 151.41 -
System Red Green Blue C M Y K H S L
Decimal 198 132 250 0.21 0.47 0 0.02 273.56 0.92 0.75
Hex C6 84 FA 15 2F 0 2 112 5C 4B
Octal 306 204 372 25 57 0 2 422 134 113
Binary 11000110 10000100 11111010 10101 101111 0 10 100010010 1011100 1001011

Color Harmonies of #C684FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C684FA

Black with #C684FA

Text Example


Text Example

White with #C684FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C684FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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