Html Css Color HEX #C694DB Wisteria

📋 copy color: '#C694DB'

red 198 ◦ green 148 ◦ blue 219

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

Shades of Wisteria #C694DB

Tints of Wisteria #C694DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.19%

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

R = 35.04%
G = 26.19%
B = 38.76%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C694DB (or 0xC694DB) is known color: Wisteria. HEX triplet: C6, 94 and DB. RGB value is (198,148,219). Sum of RGB (Red+Green+Blue) = 198+148+219=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #C694DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694DB is #396B24. Grayscale: #AAAAAA. Windows color (decimal): -3762981 or 14390470. OLE color: 14390470.

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

Color convert

RGB 198 148 219 -
CMYK 0.10 0.32 0 0.14
HSL 282.25º 0.5% 0.72% -
HSV(B) 282.25º 0.32% 0.86% -
XYZ 46.66 38.3 71.95 -
YUV 171.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 198 148 219 0.10 0.32 0 0.14 282.25 0.5 0.72
Hex C6 94 DB A 20 0 E 11A 32 48
Octal 306 224 333 12 40 0 16 432 62 110
Binary 11000110 10010100 11011011 1010 100000 0 1110 100011010 110010 1001000

Color Harmonies of #C694DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694DB

Black with #C694DB

Text Example


Text Example

White with #C694DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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