Html Css Color HEX #C698EF Wisteria

📋 copy color: '#C698EF'

red 198 ◦ green 152 ◦ blue 239

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

Shades of Wisteria #C698EF

Tints of Wisteria #C698EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.58%

R = 33.62%
G = 25.81%
B = 40.58%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C698EF (or 0xC698EF) is known color: Wisteria. HEX triplet: C6, 98 and EF. RGB value is (198,152,239). Sum of RGB (Red+Green+Blue) = 198+152+239=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #C698EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C698EF is #396710. Grayscale: #AFAFAF. Windows color (decimal): -3761937 or 15702214. OLE color: 15702214.

HSL color Cylindrical-coordinate representation of color #C698EF: hue angle of 271.72º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C698EF is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 152 239 -
CMYK 0.17 0.36 0 0.06
HSL 271.72º 0.73% 0.77% -
HSV(B) 271.72º 0.36% 0.94% -
XYZ 50.1 40.69 86.88 -
YUV 175.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 198 152 239 0.17 0.36 0 0.06 271.72 0.73 0.77
Hex C6 98 EF 11 24 0 6 110 49 4D
Octal 306 230 357 21 44 0 6 420 111 115
Binary 11000110 10011000 11101111 10001 100100 0 110 100010000 1001001 1001101

Color Harmonies of #C698EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698EF

Black with #C698EF

Text Example


Text Example

White with #C698EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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