Html Css Color HEX #C69CDE Wisteria

📋 copy color: '#C69CDE'

red 198 ◦ green 156 ◦ blue 222

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

Shades of Wisteria #C69CDE

Tints of Wisteria #C69CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.54%

R = 34.38%
G = 27.08%
B = 38.54%

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

#C69CDE (or 0xC69CDE) is known color: Wisteria. HEX triplet: C6, 9C and DE. RGB value is (198,156,222). Sum of RGB (Red+Green+Blue) = 198+156+222=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #C69CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CDE is #396321. Grayscale: #AFAFAF. Windows color (decimal): -3760930 or 14589126. OLE color: 14589126.

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

Color convert

RGB 198 156 222 -
CMYK 0.11 0.30 0 0.13
HSL 278.18º 0.5% 0.74% -
HSV(B) 278.18º 0.3% 0.87% -
XYZ 48.36 41.06 74.48 -
YUV 176.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 198 156 222 0.11 0.30 0 0.13 278.18 0.5 0.74
Hex C6 9C DE B 1E 0 D 116 32 4A
Octal 306 234 336 13 36 0 15 426 62 112
Binary 11000110 10011100 11011110 1011 11110 0 1101 100010110 110010 1001010

Color Harmonies of #C69CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69CDE

Black with #C69CDE

Text Example


Text Example

White with #C69CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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