Html Css Color HEX #C690E4 Wisteria

📋 copy color: '#C690E4'

red 198 ◦ green 144 ◦ blue 228

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

Shades of Wisteria #C690E4

Tints of Wisteria #C690E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40%

R = 34.74%
G = 25.26%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C690E4 (or 0xC690E4) is known color: Wisteria. HEX triplet: C6, 90 and E4. RGB value is (198,144,228). Sum of RGB (Red+Green+Blue) = 198+144+228=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 228 - color contains mainly: blue. Hex color #C690E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690E4 is #396F1B. Grayscale: #A9A9A9. Windows color (decimal): -3763996 or 14979270. OLE color: 14979270.

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

Color convert

RGB 198 144 228 -
CMYK 0.13 0.37 0 0.11
HSL 278.57º 0.61% 0.73% -
HSV(B) 278.57º 0.37% 0.89% -
XYZ 47.27 37.55 78.16 -
YUV 169.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 198 144 228 0.13 0.37 0 0.11 278.57 0.61 0.73
Hex C6 90 E4 D 25 0 B 117 3D 49
Octal 306 220 344 15 45 0 13 427 75 111
Binary 11000110 10010000 11100100 1101 100101 0 1011 100010111 111101 1001001

Color Harmonies of #C690E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690E4

Black with #C690E4

Text Example


Text Example

White with #C690E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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