Html Css Color HEX #C69BD1 Wisteria

📋 copy color: '#C69BD1'

red 198 ◦ green 155 ◦ blue 209

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

Shades of Wisteria #C69BD1

Tints of Wisteria #C69BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.19%

R = 35.23%
G = 27.58%
B = 37.19%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C69BD1 (or 0xC69BD1) is known color: Wisteria. HEX triplet: C6, 9B and D1. RGB value is (198,155,209). Sum of RGB (Red+Green+Blue) = 198+155+209=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 209 - color contains mainly: blue. Hex color #C69BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BD1 is #39642E. Grayscale: #ADADAD. Windows color (decimal): -3761199 or 13736902. OLE color: 13736902.

HSL color Cylindrical-coordinate representation of color #C69BD1: hue angle of 287.78º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C69BD1 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 155 209 -
CMYK 0.05 0.26 0 0.18
HSL 287.78º 0.37% 0.71% -
HSV(B) 287.78º 0.26% 0.82% -
XYZ 46.52 40.05 65.6 -
YUV 174.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 198 155 209 0.05 0.26 0 0.18 287.78 0.37 0.71
Hex C6 9B D1 5 1A 0 12 120 25 47
Octal 306 233 321 5 32 0 22 440 45 107
Binary 11000110 10011011 11010001 101 11010 0 10010 100100000 100101 1000111

Color Harmonies of #C69BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BD1

Black with #C69BD1

Text Example


Text Example

White with #C69BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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