Html Css Color HEX #C69DDA Wisteria

📋 copy color: '#C69DDA'

red 198 ◦ green 157 ◦ blue 218

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

Shades of Wisteria #C69DDA

Tints of Wisteria #C69DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.4%

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

R = 34.55%
G = 27.4%
B = 38.05%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C69DDA (or 0xC69DDA) is known color: Wisteria. HEX triplet: C6, 9D and DA. RGB value is (198,157,218). Sum of RGB (Red+Green+Blue) = 198+157+218=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #C69DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DDA is #396225. Grayscale: #B0B0B0. Windows color (decimal): -3760678 or 14327238. OLE color: 14327238.

HSL color Cylindrical-coordinate representation of color #C69DDA: hue angle of 280.33º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C69DDA is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 157 218 -
CMYK 0.09 0.28 0 0.15
HSL 280.33º 0.45% 0.74% -
HSV(B) 280.33º 0.28% 0.85% -
XYZ 48 41.18 71.75 -
YUV 176.21 151.58 143.54 -
System Red Green Blue C M Y K H S L
Decimal 198 157 218 0.09 0.28 0 0.15 280.33 0.45 0.74
Hex C6 9D DA 9 1C 0 F 118 2D 4A
Octal 306 235 332 11 34 0 17 430 55 112
Binary 11000110 10011101 11011010 1001 11100 0 1111 100011000 101101 1001010

Color Harmonies of #C69DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69DDA

Black with #C69DDA

Text Example


Text Example

White with #C69DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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