Html Css Color HEX #C69CDF Wisteria

📋 copy color: '#C69CDF'

red 198 ◦ green 156 ◦ blue 223

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

Shades of Wisteria #C69CDF

Tints of Wisteria #C69CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.04%

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

R = 34.32%
G = 27.04%
B = 38.65%

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

#C69CDF (or 0xC69CDF) is known color: Wisteria. HEX triplet: C6, 9C and DF. RGB value is (198,156,223). Sum of RGB (Red+Green+Blue) = 198+156+223=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #C69CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CDF is #396320. Grayscale: #AFAFAF. Windows color (decimal): -3760929 or 14654662. OLE color: 14654662.

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

Color convert

RGB 198 156 223 -
CMYK 0.11 0.30 0 0.13
HSL 277.61º 0.51% 0.74% -
HSV(B) 277.61º 0.3% 0.87% -
XYZ 48.5 41.11 75.19 -
YUV 176.2 154.41 143.55 -
System Red Green Blue C M Y K H S L
Decimal 198 156 223 0.11 0.30 0 0.13 277.61 0.51 0.74
Hex C6 9C DF B 1E 0 D 116 33 4A
Octal 306 234 337 13 36 0 15 426 63 112
Binary 11000110 10011100 11011111 1011 11110 0 1101 100010110 110011 1001010

Color Harmonies of #C69CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69CDF

Black with #C69CDF

Text Example


Text Example

White with #C69CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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