Html Css Color HEX #C698DA Wisteria

📋 copy color: '#C698DA'

red 198 ◦ green 152 ◦ blue 218

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

Shades of Wisteria #C698DA

Tints of Wisteria #C698DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 34.86%
G = 26.76%
B = 38.38%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C698DA (or 0xC698DA) is known color: Wisteria. HEX triplet: C6, 98 and DA. RGB value is (198,152,218). Sum of RGB (Red+Green+Blue) = 198+152+218=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #C698DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698DA is #396725. Grayscale: #ADADAD. Windows color (decimal): -3761958 or 14325958. OLE color: 14325958.

HSL color Cylindrical-coordinate representation of color #C698DA: hue angle of 281.82º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C698DA is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 152 218 -
CMYK 0.09 0.30 0 0.15
HSL 281.82º 0.47% 0.73% -
HSV(B) 281.82º 0.3% 0.85% -
XYZ 47.17 39.52 71.47 -
YUV 173.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 198 152 218 0.09 0.30 0 0.15 281.82 0.47 0.73
Hex C6 98 DA 9 1E 0 F 11A 2F 49
Octal 306 230 332 11 36 0 17 432 57 111
Binary 11000110 10011000 11011010 1001 11110 0 1111 100011010 101111 1001001

Color Harmonies of #C698DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698DA

Black with #C698DA

Text Example


Text Example

White with #C698DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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