Html Css Color HEX #C69CD8 Wisteria

📋 copy color: '#C69CD8'

red 198 ◦ green 156 ◦ blue 216

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

Shades of Wisteria #C69CD8

Tints of Wisteria #C69CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.89%

R = 34.74%
G = 27.37%
B = 37.89%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C69CD8 (or 0xC69CD8) is known color: Wisteria. HEX triplet: C6, 9C and D8. RGB value is (198,156,216). Sum of RGB (Red+Green+Blue) = 198+156+216=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #C69CD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CD8 is #396327. Grayscale: #AFAFAF. Windows color (decimal): -3760936 or 14195910. OLE color: 14195910.

HSL color Cylindrical-coordinate representation of color #C69CD8: hue angle of 282º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C69CD8 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 156 216 -
CMYK 0.08 0.28 0 0.15
HSL 282º 0.43% 0.73% -
HSV(B) 282º 0.28% 0.85% -
XYZ 47.57 40.74 70.32 -
YUV 175.4 150.91 144.12 -
System Red Green Blue C M Y K H S L
Decimal 198 156 216 0.08 0.28 0 0.15 282 0.43 0.73
Hex C6 9C D8 8 1C 0 F 11A 2B 49
Octal 306 234 330 10 34 0 17 432 53 111
Binary 11000110 10011100 11011000 1000 11100 0 1111 100011010 101011 1001001

Color Harmonies of #C69CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69CD8

Black with #C69CD8

Text Example


Text Example

White with #C69CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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