Html Css Color HEX #C694DA Wisteria

📋 copy color: '#C694DA'

red 198 ◦ green 148 ◦ blue 218

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

Shades of Wisteria #C694DA

Tints of Wisteria #C694DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.65%

R = 35.11%
G = 26.24%
B = 38.65%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C694DA (or 0xC694DA) is known color: Wisteria. HEX triplet: C6, 94 and DA. RGB value is (198,148,218). Sum of RGB (Red+Green+Blue) = 198+148+218=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #C694DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694DA is #396B25. Grayscale: #AAAAAA. Windows color (decimal): -3762982 or 14324934. OLE color: 14324934.

HSL color Cylindrical-coordinate representation of color #C694DA: hue angle of 282.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C694DA is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 148 218 -
CMYK 0.09 0.32 0 0.15
HSL 282.86º 0.49% 0.72% -
HSV(B) 282.86º 0.32% 0.85% -
XYZ 46.53 38.25 71.26 -
YUV 170.93 154.57 147.31 -
System Red Green Blue C M Y K H S L
Decimal 198 148 218 0.09 0.32 0 0.15 282.86 0.49 0.72
Hex C6 94 DA 9 20 0 F 11B 31 48
Octal 306 224 332 11 40 0 17 433 61 110
Binary 11000110 10010100 11011010 1001 100000 0 1111 100011011 110001 1001000

Color Harmonies of #C694DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694DA

Black with #C694DA

Text Example


Text Example

White with #C694DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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