Html Css Color HEX #C68FDB Wisteria

📋 copy color: '#C68FDB'

red 198 ◦ green 143 ◦ blue 219

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

Shades of Wisteria #C68FDB

Tints of Wisteria #C68FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.54%

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

R = 35.36%
G = 25.54%
B = 39.11%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C68FDB (or 0xC68FDB) is known color: Wisteria. HEX triplet: C6, 8F and DB. RGB value is (198,143,219). Sum of RGB (Red+Green+Blue) = 198+143+219=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #C68FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68FDB is #397024. Grayscale: #A7A7A7. Windows color (decimal): -3764261 or 14389190. OLE color: 14389190.

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

Color convert

RGB 198 143 219 -
CMYK 0.10 0.35 0 0.14
HSL 283.42º 0.51% 0.71% -
HSV(B) 283.42º 0.35% 0.86% -
XYZ 45.9 36.77 71.7 -
YUV 168.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 198 143 219 0.10 0.35 0 0.14 283.42 0.51 0.71
Hex C6 8F DB A 23 0 E 11B 33 47
Octal 306 217 333 12 43 0 16 433 63 107
Binary 11000110 10001111 11011011 1010 100011 0 1110 100011011 110011 1000111

Color Harmonies of #C68FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68FDB

Black with #C68FDB

Text Example


Text Example

White with #C68FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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