Html Css Color HEX #C690D8 Wisteria

📋 copy color: '#C690D8'

red 198 ◦ green 144 ◦ blue 216

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

Shades of Wisteria #C690D8

Tints of Wisteria #C690D8

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.81%

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

R = 35.48%
G = 25.81%
B = 38.71%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C690D8 (or 0xC690D8) is known color: Wisteria. HEX triplet: C6, 90 and D8. RGB value is (198,144,216). Sum of RGB (Red+Green+Blue) = 198+144+216=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #C690D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690D8 is #396F27. Grayscale: #A8A8A8. Windows color (decimal): -3764008 or 14192838. OLE color: 14192838.

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

Color convert

RGB 198 144 216 -
CMYK 0.08 0.33 0 0.15
HSL 285º 0.48% 0.71% -
HSV(B) 285º 0.33% 0.85% -
XYZ 45.66 36.91 69.68 -
YUV 168.35 154.89 149.15 -
System Red Green Blue C M Y K H S L
Decimal 198 144 216 0.08 0.33 0 0.15 285 0.48 0.71
Hex C6 90 D8 8 21 0 F 11D 30 47
Octal 306 220 330 10 41 0 17 435 60 107
Binary 11000110 10010000 11011000 1000 100001 0 1111 100011101 110000 1000111

Color Harmonies of #C690D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690D8

Black with #C690D8

Text Example


Text Example

White with #C690D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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