Html Css Color HEX #C68CDB Wisteria

📋 copy color: '#C68CDB'

red 198 ◦ green 140 ◦ blue 219

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

Shades of Wisteria #C68CDB

Tints of Wisteria #C68CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.13%

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

R = 35.55%
G = 25.13%
B = 39.32%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C68CDB (or 0xC68CDB) is known color: Wisteria. HEX triplet: C6, 8C and DB. RGB value is (198,140,219). Sum of RGB (Red+Green+Blue) = 198+140+219=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #C68CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CDB is #397324. Grayscale: #A6A6A6. Windows color (decimal): -3765029 or 14388422. OLE color: 14388422.

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

Color convert

RGB 198 140 219 -
CMYK 0.10 0.36 0 0.14
HSL 284.05º 0.52% 0.7% -
HSV(B) 284.05º 0.36% 0.86% -
XYZ 45.45 35.88 71.55 -
YUV 166.35 157.72 150.58 -
System Red Green Blue C M Y K H S L
Decimal 198 140 219 0.10 0.36 0 0.14 284.05 0.52 0.7
Hex C6 8C DB A 24 0 E 11C 34 46
Octal 306 214 333 12 44 0 16 434 64 106
Binary 11000110 10001100 11011011 1010 100100 0 1110 100011100 110100 1000110

Color Harmonies of #C68CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CDB

Black with #C68CDB

Text Example


Text Example

White with #C68CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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