Html Css Color HEX #C690D6 Wisteria

📋 copy color: '#C690D6'

red 198 ◦ green 144 ◦ blue 214

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

Shades of Wisteria #C690D6

Tints of Wisteria #C690D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.49%

R = 35.61%
G = 25.9%
B = 38.49%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C690D6 (or 0xC690D6) is known color: Wisteria. HEX triplet: C6, 90 and D6. RGB value is (198,144,214). Sum of RGB (Red+Green+Blue) = 198+144+214=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 214 - color contains mainly: blue. Hex color #C690D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690D6 is #396F29. Grayscale: #A7A7A7. Windows color (decimal): -3764010 or 14061766. OLE color: 14061766.

HSL color Cylindrical-coordinate representation of color #C690D6: hue angle of 286.29º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C690D6 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 144 214 -
CMYK 0.07 0.33 0 0.16
HSL 286.29º 0.46% 0.7% -
HSV(B) 286.29º 0.33% 0.84% -
XYZ 45.4 36.81 68.33 -
YUV 168.13 153.89 149.31 -
System Red Green Blue C M Y K H S L
Decimal 198 144 214 0.07 0.33 0 0.16 286.29 0.46 0.7
Hex C6 90 D6 7 21 0 10 11E 2E 46
Octal 306 220 326 7 41 0 20 436 56 106
Binary 11000110 10010000 11010110 111 100001 0 10000 100011110 101110 1000110

Color Harmonies of #C690D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690D6

Black with #C690D6

Text Example


Text Example

White with #C690D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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