Html Css Color HEX #C69BDA Wisteria

📋 copy color: '#C69BDA'

red 198 ◦ green 155 ◦ blue 218

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

Shades of Wisteria #C69BDA

Tints of Wisteria #C69BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.15%

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

R = 34.68%
G = 27.15%
B = 38.18%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C69BDA (or 0xC69BDA) is known color: Wisteria. HEX triplet: C6, 9B and DA. RGB value is (198,155,218). Sum of RGB (Red+Green+Blue) = 198+155+218=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #C69BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BDA is #396425. Grayscale: #AEAEAE. Windows color (decimal): -3761190 or 14326726. OLE color: 14326726.

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

Color convert

RGB 198 155 218 -
CMYK 0.09 0.29 0 0.15
HSL 280.95º 0.46% 0.73% -
HSV(B) 280.95º 0.29% 0.85% -
XYZ 47.66 40.51 71.64 -
YUV 175.04 152.25 144.38 -
System Red Green Blue C M Y K H S L
Decimal 198 155 218 0.09 0.29 0 0.15 280.95 0.46 0.73
Hex C6 9B DA 9 1D 0 F 119 2E 49
Octal 306 233 332 11 35 0 17 431 56 111
Binary 11000110 10011011 11011010 1001 11101 0 1111 100011001 101110 1001001

Color Harmonies of #C69BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BDA

Black with #C69BDA

Text Example


Text Example

White with #C69BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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