Html Css Color HEX #C68ADB Wisteria

📋 copy color: '#C68ADB'

red 198 ◦ green 138 ◦ blue 219

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

Shades of Wisteria #C68ADB

Tints of Wisteria #C68ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.86%

 BLUE value IS 219 (85.94% from 255) = 39.46%

R = 35.68%
G = 24.86%
B = 39.46%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C68ADB (or 0xC68ADB) is known color: Wisteria. HEX triplet: C6, 8A and DB. RGB value is (198,138,219). Sum of RGB (Red+Green+Blue) = 198+138+219=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #C68ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68ADB is #397524. Grayscale: #A4A4A4. Windows color (decimal): -3765541 or 14387910. OLE color: 14387910.

HSL color Cylindrical-coordinate representation of color #C68ADB: hue angle of 284.44º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C68ADB is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 138 219 -
CMYK 0.10 0.37 0 0.14
HSL 284.44º 0.53% 0.7% -
HSV(B) 284.44º 0.37% 0.86% -
XYZ 45.16 35.3 71.45 -
YUV 165.17 158.38 151.41 -
System Red Green Blue C M Y K H S L
Decimal 198 138 219 0.10 0.37 0 0.14 284.44 0.53 0.7
Hex C6 8A DB A 25 0 E 11C 35 46
Octal 306 212 333 12 45 0 16 434 65 106
Binary 11000110 10001010 11011011 1010 100101 0 1110 100011100 110101 1000110

Color Harmonies of #C68ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68ADB

Black with #C68ADB

Text Example


Text Example

White with #C68ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68ADB; }

 p { color: rgb(198,138,219); }

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

background-color css

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

 a { background-color: rgb(198,138,219); }

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

border-color css

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

 span { border-color: rgb(198,138,219); }

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