Html Css Color HEX #C690DC Wisteria

📋 copy color: '#C690DC'

red 198 ◦ green 144 ◦ blue 220

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

Shades of Wisteria #C690DC

Tints of Wisteria #C690DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.15%

R = 35.23%
G = 25.62%
B = 39.15%

CMYK

 C value IS 0.1

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C690DC (or 0xC690DC) is known color: Wisteria. HEX triplet: C6, 90 and DC. RGB value is (198,144,220). Sum of RGB (Red+Green+Blue) = 198+144+220=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #C690DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690DC is #396F23. Grayscale: #A8A8A8. Windows color (decimal): -3764004 or 14454982. OLE color: 14454982.

HSL color Cylindrical-coordinate representation of color #C690DC: hue angle of 282.63º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C690DC is Cyan = 0.1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 144 220 -
CMYK 0.1 0.35 0 0.14
HSL 282.63º 0.52% 0.71% -
HSV(B) 282.63º 0.35% 0.86% -
XYZ 46.18 37.12 72.44 -
YUV 168.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 198 144 220 0.1 0.35 0 0.14 282.63 0.52 0.71
Hex C6 90 DC A 23 0 E 11B 34 47
Octal 306 220 334 12 43 0 16 433 64 107
Binary 11000110 10010000 11011100 1010 100011 0 1110 100011011 110100 1000111

Color Harmonies of #C690DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690DC

Black with #C690DC

Text Example


Text Example

White with #C690DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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