Html Css Color HEX #C685FE Heliotrope

📋 copy color: '#C685FE'

red 198 ◦ green 133 ◦ blue 254

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

Shades of Heliotrope #C685FE

Tints of Heliotrope #C685FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.42%

R = 33.85%
G = 22.74%
B = 43.42%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C685FE (or 0xC685FE) is known color: Heliotrope. HEX triplet: C6, 85 and FE. RGB value is (198,133,254). Sum of RGB (Red+Green+Blue) = 198+133+254=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #C685FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C685FE is #397A01. Grayscale: #A5A5A5. Windows color (decimal): -3766786 or 16680390. OLE color: 16680390.

HSL color Cylindrical-coordinate representation of color #C685FE: hue angle of 272.23º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C685FE is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 133 254 -
CMYK 0.22 0.48 0 0.00
HSL 272.23º 0.98% 0.76% -
HSV(B) 272.23º 0.48% 1% -
XYZ 49.57 35.94 98.09 -
YUV 166.23 177.53 150.66 -
System Red Green Blue C M Y K H S L
Decimal 198 133 254 0.22 0.48 0 0.00 272.23 0.98 0.76
Hex C6 85 FE 16 30 0 0 110 62 4C
Octal 306 205 376 26 60 0 0 420 142 114
Binary 11000110 10000101 11111110 10110 110000 0 0 100010000 1100010 1001100

Color Harmonies of #C685FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685FE

Black with #C685FE

Text Example


Text Example

White with #C685FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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