Html Css Color HEX #C698ED Wisteria

📋 copy color: '#C698ED'

red 198 ◦ green 152 ◦ blue 237

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

Shades of Wisteria #C698ED

Tints of Wisteria #C698ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.37%

R = 33.73%
G = 25.89%
B = 40.37%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C698ED (or 0xC698ED) is known color: Wisteria. HEX triplet: C6, 98 and ED. RGB value is (198,152,237). Sum of RGB (Red+Green+Blue) = 198+152+237=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #C698ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C698ED is #396712. Grayscale: #AFAFAF. Windows color (decimal): -3761939 or 15571142. OLE color: 15571142.

HSL color Cylindrical-coordinate representation of color #C698ED: hue angle of 272.47º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C698ED is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 152 237 -
CMYK 0.16 0.36 0 0.07
HSL 272.47º 0.7% 0.76% -
HSV(B) 272.47º 0.36% 0.93% -
XYZ 49.8 40.58 85.33 -
YUV 175.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 198 152 237 0.16 0.36 0 0.07 272.47 0.7 0.76
Hex C6 98 ED 10 24 0 7 110 46 4C
Octal 306 230 355 20 44 0 7 420 106 114
Binary 11000110 10011000 11101101 10000 100100 0 111 100010000 1000110 1001100

Color Harmonies of #C698ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698ED

Black with #C698ED

Text Example


Text Example

White with #C698ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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