Html Css Color HEX #C685FA Heliotrope

📋 copy color: '#C685FA'

red 198 ◦ green 133 ◦ blue 250

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

Shades of Heliotrope #C685FA

Tints of Heliotrope #C685FA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.89%

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

R = 34.08%
G = 22.89%
B = 43.03%

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

#C685FA (or 0xC685FA) is known color: Heliotrope. HEX triplet: C6, 85 and FA. RGB value is (198,133,250). Sum of RGB (Red+Green+Blue) = 198+133+250=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #C685FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C685FA is #397A05. Grayscale: #A5A5A5. Windows color (decimal): -3766790 or 16418246. OLE color: 16418246.

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

Color convert

RGB 198 133 250 -
CMYK 0.21 0.47 0 0.02
HSL 273.33º 0.92% 0.75% -
HSV(B) 273.33º 0.47% 0.98% -
XYZ 48.93 35.68 94.75 -
YUV 165.77 175.53 150.99 -
System Red Green Blue C M Y K H S L
Decimal 198 133 250 0.21 0.47 0 0.02 273.33 0.92 0.75
Hex C6 85 FA 15 2F 0 2 111 5C 4B
Octal 306 205 372 25 57 0 2 421 134 113
Binary 11000110 10000101 11111010 10101 101111 0 10 100010001 1011100 1001011

Color Harmonies of #C685FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685FA

Black with #C685FA

Text Example


Text Example

White with #C685FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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