Html Css Color HEX #C694F9 Wisteria

📋 copy color: '#C694F9'

red 198 ◦ green 148 ◦ blue 249

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

Shades of Wisteria #C694F9

Tints of Wisteria #C694F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.85%

R = 33.28%
G = 24.87%
B = 41.85%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C694F9 (or 0xC694F9) is known color: Wisteria. HEX triplet: C6, 94 and F9. RGB value is (198,148,249). Sum of RGB (Red+Green+Blue) = 198+148+249=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #C694F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C694F9 is #396B06. Grayscale: #AEAEAE. Windows color (decimal): -3762951 or 16356550. OLE color: 16356550.

HSL color Cylindrical-coordinate representation of color #C694F9: hue angle of 269.7º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C694F9 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 148 249 -
CMYK 0.20 0.41 0 0.02
HSL 269.7º 0.89% 0.78% -
HSV(B) 269.7º 0.41% 0.98% -
XYZ 50.98 40.03 94.66 -
YUV 174.46 170.07 144.79 -
System Red Green Blue C M Y K H S L
Decimal 198 148 249 0.20 0.41 0 0.02 269.7 0.89 0.78
Hex C6 94 F9 14 29 0 2 10E 59 4E
Octal 306 224 371 24 51 0 2 416 131 116
Binary 11000110 10010100 11111001 10100 101001 0 10 100001110 1011001 1001110

Color Harmonies of #C694F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694F9

Black with #C694F9

Text Example


Text Example

White with #C694F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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