Html Css Color HEX #C690FF Wisteria

📋 copy color: '#C690FF'

red 198 ◦ green 144 ◦ blue 255

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

Shades of Wisteria #C690FF

Tints of Wisteria #C690FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.71%

R = 33.17%
G = 24.12%
B = 42.71%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C690FF (or 0xC690FF) is known color: Wisteria. HEX triplet: C6, 90 and FF. RGB value is (198,144,255). Sum of RGB (Red+Green+Blue) = 198+144+255=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #C690FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C690FF is #396F00. Grayscale: #ACACAC. Windows color (decimal): -3763969 or 16748742. OLE color: 16748742.

HSL color Cylindrical-coordinate representation of color #C690FF: hue angle of 269.19º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C690FF is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 144 255 -
CMYK 0.22 0.44 0 0
HSL 269.19º 1% 0.78% -
HSV(B) 269.19º 0.44% 1% -
XYZ 51.31 39.17 99.46 -
YUV 172.8 174.39 145.97 -
System Red Green Blue C M Y K H S L
Decimal 198 144 255 0.22 0.44 0 0 269.19 1 0.78
Hex C6 90 FF 16 2C 0 0 10D 64 4E
Octal 306 220 377 26 54 0 0 415 144 116
Binary 11000110 10010000 11111111 10110 101100 0 0 100001101 1100100 1001110

Color Harmonies of #C690FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690FF

Black with #C690FF

Text Example


Text Example

White with #C690FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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