Html Css Color HEX #C694F8 Wisteria

📋 copy color: '#C694F8'

red 198 ◦ green 148 ◦ blue 248

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

Shades of Wisteria #C694F8

Tints of Wisteria #C694F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.75%

R = 33.33%
G = 24.92%
B = 41.75%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C694F8 (or 0xC694F8) is known color: Wisteria. HEX triplet: C6, 94 and F8. RGB value is (198,148,248). Sum of RGB (Red+Green+Blue) = 198+148+248=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #C694F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C694F8 is #396B07. Grayscale: #AEAEAE. Windows color (decimal): -3762952 or 16291014. OLE color: 16291014.

HSL color Cylindrical-coordinate representation of color #C694F8: hue angle of 270º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C694F8 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 198 148 248 -
CMYK 0.20 0.40 0 0.03
HSL 270º 0.88% 0.78% -
HSV(B) 270º 0.4% 0.97% -
XYZ 50.82 39.96 93.84 -
YUV 174.35 169.57 144.87 -
System Red Green Blue C M Y K H S L
Decimal 198 148 248 0.20 0.40 0 0.03 270 0.88 0.78
Hex C6 94 F8 14 28 0 3 10E 58 4E
Octal 306 224 370 24 50 0 3 416 130 116
Binary 11000110 10010100 11111000 10100 101000 0 11 100001110 1011000 1001110

Color Harmonies of #C694F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694F8

Black with #C694F8

Text Example


Text Example

White with #C694F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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