Html Css Color HEX #C694FB Wisteria

📋 copy color: '#C694FB'

red 198 ◦ green 148 ◦ blue 251

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

Shades of Wisteria #C694FB

Tints of Wisteria #C694FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.04%

R = 33.17%
G = 24.79%
B = 42.04%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C694FB (or 0xC694FB) is known color: Wisteria. HEX triplet: C6, 94 and FB. RGB value is (198,148,251). Sum of RGB (Red+Green+Blue) = 198+148+251=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #C694FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C694FB is #396B04. Grayscale: #AEAEAE. Windows color (decimal): -3762949 or 16487622. OLE color: 16487622.

HSL color Cylindrical-coordinate representation of color #C694FB: hue angle of 269.13º degrees, saturation: 0.93, 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 #C694FB is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 148 251 -
CMYK 0.21 0.41 0 0.02
HSL 269.13º 0.93% 0.78% -
HSV(B) 269.13º 0.41% 0.98% -
XYZ 51.29 40.15 96.31 -
YUV 174.69 171.07 144.62 -
System Red Green Blue C M Y K H S L
Decimal 198 148 251 0.21 0.41 0 0.02 269.13 0.93 0.78
Hex C6 94 FB 15 29 0 2 10D 5D 4E
Octal 306 224 373 25 51 0 2 415 135 116
Binary 11000110 10010100 11111011 10101 101001 0 10 100001101 1011101 1001110

Color Harmonies of #C694FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694FB

Black with #C694FB

Text Example


Text Example

White with #C694FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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