Html Css Color HEX #C690EC Wisteria

📋 copy color: '#C690EC'

red 198 ◦ green 144 ◦ blue 236

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

Shades of Wisteria #C690EC

Tints of Wisteria #C690EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.83%

R = 34.26%
G = 24.91%
B = 40.83%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C690EC (or 0xC690EC) is known color: Wisteria. HEX triplet: C6, 90 and EC. RGB value is (198,144,236). Sum of RGB (Red+Green+Blue) = 198+144+236=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #C690EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C690EC is #396F13. Grayscale: #AAAAAA. Windows color (decimal): -3763988 or 15503558. OLE color: 15503558.

HSL color Cylindrical-coordinate representation of color #C690EC: hue angle of 275.22º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C690EC is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 144 236 -
CMYK 0.16 0.39 0 0.07
HSL 275.22º 0.71% 0.75% -
HSV(B) 275.22º 0.39% 0.93% -
XYZ 48.4 38.01 84.14 -
YUV 170.63 164.89 147.52 -
System Red Green Blue C M Y K H S L
Decimal 198 144 236 0.16 0.39 0 0.07 275.22 0.71 0.75
Hex C6 90 EC 10 27 0 7 113 47 4B
Octal 306 220 354 20 47 0 7 423 107 113
Binary 11000110 10010000 11101100 10000 100111 0 111 100010011 1000111 1001011

Color Harmonies of #C690EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690EC

Black with #C690EC

Text Example


Text Example

White with #C690EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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