Html Css Color HEX #C699ED Wisteria

📋 copy color: '#C699ED'

red 198 ◦ green 153 ◦ blue 237

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

Shades of Wisteria #C699ED

Tints of Wisteria #C699ED

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.02%

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

R = 33.67%
G = 26.02%
B = 40.31%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C699ED (or 0xC699ED) is known color: Wisteria. HEX triplet: C6, 99 and ED. RGB value is (198,153,237). Sum of RGB (Red+Green+Blue) = 198+153+237=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #C699ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C699ED is #396612. Grayscale: #AFAFAF. Windows color (decimal): -3761683 or 15571398. OLE color: 15571398.

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

Color convert

RGB 198 153 237 -
CMYK 0.16 0.35 0 0.07
HSL 272.14º 0.7% 0.76% -
HSV(B) 272.14º 0.35% 0.93% -
XYZ 49.97 40.9 85.38 -
YUV 176.03 162.41 143.67 -
System Red Green Blue C M Y K H S L
Decimal 198 153 237 0.16 0.35 0 0.07 272.14 0.7 0.76
Hex C6 99 ED 10 23 0 7 110 46 4C
Octal 306 231 355 20 43 0 7 420 106 114
Binary 11000110 10011001 11101101 10000 100011 0 111 100010000 1000110 1001100

Color Harmonies of #C699ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699ED

Black with #C699ED

Text Example


Text Example

White with #C699ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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