Html Css Color HEX #C699E0 Wisteria

📋 copy color: '#C699E0'

red 198 ◦ green 153 ◦ blue 224

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

Shades of Wisteria #C699E0

Tints of Wisteria #C699E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.96%

R = 34.43%
G = 26.61%
B = 38.96%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C699E0 (or 0xC699E0) is known color: Wisteria. HEX triplet: C6, 99 and E0. RGB value is (198,153,224). Sum of RGB (Red+Green+Blue) = 198+153+224=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #C699E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699E0 is #39661F. Grayscale: #AEAEAE. Windows color (decimal): -3761696 or 14719430. OLE color: 14719430.

HSL color Cylindrical-coordinate representation of color #C699E0: hue angle of 278.03º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C699E0 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 153 224 -
CMYK 0.12 0.32 0 0.12
HSL 278.03º 0.53% 0.74% -
HSV(B) 278.03º 0.32% 0.88% -
XYZ 48.13 40.17 75.74 -
YUV 174.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 198 153 224 0.12 0.32 0 0.12 278.03 0.53 0.74
Hex C6 99 E0 C 20 0 C 116 35 4A
Octal 306 231 340 14 40 0 14 426 65 112
Binary 11000110 10011001 11100000 1100 100000 0 1100 100010110 110101 1001010

Color Harmonies of #C699E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699E0

Black with #C699E0

Text Example


Text Example

White with #C699E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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