Html Css Color HEX #C694FD Wisteria

📋 copy color: '#C694FD'

red 198 ◦ green 148 ◦ blue 253

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

Shades of Wisteria #C694FD

Tints of Wisteria #C694FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.24%

R = 33.06%
G = 24.71%
B = 42.24%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C694FD (or 0xC694FD) is known color: Wisteria. HEX triplet: C6, 94 and FD. RGB value is (198,148,253). Sum of RGB (Red+Green+Blue) = 198+148+253=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #C694FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C694FD is #396B02. Grayscale: #AEAEAE. Windows color (decimal): -3762947 or 16618694. OLE color: 16618694.

HSL color Cylindrical-coordinate representation of color #C694FD: hue angle of 268.57º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C694FD is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 148 253 -
CMYK 0.22 0.42 0 0.01
HSL 268.57º 0.96% 0.79% -
HSV(B) 268.57º 0.42% 0.99% -
XYZ 51.61 40.28 97.98 -
YUV 174.92 172.07 144.46 -
System Red Green Blue C M Y K H S L
Decimal 198 148 253 0.22 0.42 0 0.01 268.57 0.96 0.79
Hex C6 94 FD 16 2A 0 1 10D 60 4F
Octal 306 224 375 26 52 0 1 415 140 117
Binary 11000110 10010100 11111101 10110 101010 0 1 100001101 1100000 1001111

Color Harmonies of #C694FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694FD

Black with #C694FD

Text Example


Text Example

White with #C694FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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