Html Css Color HEX #C69BDF Wisteria

📋 copy color: '#C69BDF'

red 198 ◦ green 155 ◦ blue 223

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

Shades of Wisteria #C69BDF

Tints of Wisteria #C69BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.72%

R = 34.38%
G = 26.91%
B = 38.72%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C69BDF (or 0xC69BDF) is known color: Wisteria. HEX triplet: C6, 9B and DF. RGB value is (198,155,223). Sum of RGB (Red+Green+Blue) = 198+155+223=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #C69BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BDF is #396420. Grayscale: #AFAFAF. Windows color (decimal): -3761185 or 14654406. OLE color: 14654406.

HSL color Cylindrical-coordinate representation of color #C69BDF: hue angle of 277.94º degrees, saturation: 0.52, 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 #C69BDF is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 155 223 -
CMYK 0.11 0.30 0 0.13
HSL 277.94º 0.52% 0.74% -
HSV(B) 277.94º 0.3% 0.87% -
XYZ 48.33 40.78 75.14 -
YUV 175.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 198 155 223 0.11 0.30 0 0.13 277.94 0.52 0.74
Hex C6 9B DF B 1E 0 D 116 34 4A
Octal 306 233 337 13 36 0 15 426 64 112
Binary 11000110 10011011 11011111 1011 11110 0 1101 100010110 110100 1001010

Color Harmonies of #C69BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BDF

Black with #C69BDF

Text Example


Text Example

White with #C69BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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