Html Css Color HEX #C69BDD Wisteria

📋 copy color: '#C69BDD'

red 198 ◦ green 155 ◦ blue 221

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

Shades of Wisteria #C69BDD

Tints of Wisteria #C69BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 34.49%
G = 27%
B = 38.5%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C69BDD (or 0xC69BDD) is known color: Wisteria. HEX triplet: C6, 9B and DD. RGB value is (198,155,221). Sum of RGB (Red+Green+Blue) = 198+155+221=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #C69BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BDD is #396422. Grayscale: #AFAFAF. Windows color (decimal): -3761187 or 14523334. OLE color: 14523334.

HSL color Cylindrical-coordinate representation of color #C69BDD: hue angle of 279.09º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C69BDD is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 155 221 -
CMYK 0.10 0.30 0 0.13
HSL 279.09º 0.49% 0.74% -
HSV(B) 279.09º 0.3% 0.87% -
XYZ 48.06 40.67 73.72 -
YUV 175.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 198 155 221 0.10 0.30 0 0.13 279.09 0.49 0.74
Hex C6 9B DD A 1E 0 D 117 31 4A
Octal 306 233 335 12 36 0 15 427 61 112
Binary 11000110 10011011 11011101 1010 11110 0 1101 100010111 110001 1001010

Color Harmonies of #C69BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BDD

Black with #C69BDD

Text Example


Text Example

White with #C69BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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