Html Css Color HEX #C69CDD Wisteria

📋 copy color: '#C69CDD'

red 198 ◦ green 156 ◦ blue 221

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

Shades of Wisteria #C69CDD

Tints of Wisteria #C69CDD

RGB

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

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

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

R = 34.43%
G = 27.13%
B = 38.43%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C69CDD (or 0xC69CDD) is known color: Wisteria. HEX triplet: C6, 9C and DD. RGB value is (198,156,221). Sum of RGB (Red+Green+Blue) = 198+156+221=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #C69CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CDD is #396322. Grayscale: #AFAFAF. Windows color (decimal): -3760931 or 14523590. OLE color: 14523590.

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

Color convert

RGB 198 156 221 -
CMYK 0.10 0.29 0 0.13
HSL 278.77º 0.49% 0.74% -
HSV(B) 278.77º 0.29% 0.87% -
XYZ 48.23 41 73.78 -
YUV 175.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 198 156 221 0.10 0.29 0 0.13 278.77 0.49 0.74
Hex C6 9C DD A 1D 0 D 117 31 4A
Octal 306 234 335 12 35 0 15 427 61 112
Binary 11000110 10011100 11011101 1010 11101 0 1101 100010111 110001 1001010

Color Harmonies of #C69CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69CDD

Black with #C69CDD

Text Example


Text Example

White with #C69CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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