Html Css Color HEX #C694DD Wisteria

📋 copy color: '#C694DD'

red 198 ◦ green 148 ◦ blue 221

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

Shades of Wisteria #C694DD

Tints of Wisteria #C694DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 34.92%
G = 26.1%
B = 38.98%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C694DD (or 0xC694DD) is known color: Wisteria. HEX triplet: C6, 94 and DD. RGB value is (198,148,221). Sum of RGB (Red+Green+Blue) = 198+148+221=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #C694DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694DD is #396B22. Grayscale: #ABABAB. Windows color (decimal): -3762979 or 14521542. OLE color: 14521542.

HSL color Cylindrical-coordinate representation of color #C694DD: hue angle of 281.1º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C694DD is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 148 221 -
CMYK 0.10 0.33 0 0.13
HSL 281.1º 0.52% 0.72% -
HSV(B) 281.1º 0.33% 0.87% -
XYZ 46.93 38.41 73.35 -
YUV 171.27 156.07 147.06 -
System Red Green Blue C M Y K H S L
Decimal 198 148 221 0.10 0.33 0 0.13 281.1 0.52 0.72
Hex C6 94 DD A 21 0 D 119 34 48
Octal 306 224 335 12 41 0 15 431 64 110
Binary 11000110 10010100 11011101 1010 100001 0 1101 100011001 110100 1001000

Color Harmonies of #C694DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694DD

Black with #C694DD

Text Example


Text Example

White with #C694DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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