Html Css Color HEX #C690E2 Wisteria

📋 copy color: '#C690E2'

red 198 ◦ green 144 ◦ blue 226

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

Shades of Wisteria #C690E2

Tints of Wisteria #C690E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.79%

R = 34.86%
G = 25.35%
B = 39.79%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C690E2 (or 0xC690E2) is known color: Wisteria. HEX triplet: C6, 90 and E2. RGB value is (198,144,226). Sum of RGB (Red+Green+Blue) = 198+144+226=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 226 - color contains mainly: blue. Hex color #C690E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690E2 is #396F1D. Grayscale: #A9A9A9. Windows color (decimal): -3763998 or 14848198. OLE color: 14848198.

HSL color Cylindrical-coordinate representation of color #C690E2: hue angle of 279.51º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C690E2 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 198 144 226 -
CMYK 0.12 0.36 0 0.11
HSL 279.51º 0.59% 0.73% -
HSV(B) 279.51º 0.36% 0.89% -
XYZ 46.99 37.44 76.7 -
YUV 169.49 159.89 148.33 -
System Red Green Blue C M Y K H S L
Decimal 198 144 226 0.12 0.36 0 0.11 279.51 0.59 0.73
Hex C6 90 E2 C 24 0 B 118 3B 49
Octal 306 220 342 14 44 0 13 430 73 111
Binary 11000110 10010000 11100010 1100 100100 0 1011 100011000 111011 1001001

Color Harmonies of #C690E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690E2

Black with #C690E2

Text Example


Text Example

White with #C690E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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