Html Css Color HEX #C698F7 Wisteria

📋 copy color: '#C698F7'

red 198 ◦ green 152 ◦ blue 247

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

Shades of Wisteria #C698F7

Tints of Wisteria #C698F7

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.46%

 BLUE value IS 247 (96.88% from 255) = 41.37%

R = 33.17%
G = 25.46%
B = 41.37%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C698F7 (or 0xC698F7) is known color: Wisteria. HEX triplet: C6, 98 and F7. RGB value is (198,152,247). Sum of RGB (Red+Green+Blue) = 198+152+247=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 247 - color contains mainly: blue. Hex color #C698F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C698F7 is #396708. Grayscale: #B0B0B0. Windows color (decimal): -3761929 or 16226502. OLE color: 16226502.

HSL color Cylindrical-coordinate representation of color #C698F7: hue angle of 269.05º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C698F7 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 198 152 247 -
CMYK 0.20 0.38 0 0.03
HSL 269.05º 0.86% 0.78% -
HSV(B) 269.05º 0.38% 0.97% -
XYZ 51.31 41.18 93.24 -
YUV 176.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 198 152 247 0.20 0.38 0 0.03 269.05 0.86 0.78
Hex C6 98 F7 14 26 0 3 10D 56 4E
Octal 306 230 367 24 46 0 3 415 126 116
Binary 11000110 10011000 11110111 10100 100110 0 11 100001101 1010110 1001110

Color Harmonies of #C698F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698F7

Black with #C698F7

Text Example


Text Example

White with #C698F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698F7; }

 p { color: rgb(198,152,247); }

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

background-color css

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

 a { background-color: rgb(198,152,247); }

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

border-color css

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

 span { border-color: rgb(198,152,247); }

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