Html Css Color HEX #C694E8 Wisteria

📋 copy color: '#C694E8'

red 198 ◦ green 148 ◦ blue 232

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

Shades of Wisteria #C694E8

Tints of Wisteria #C694E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.14%

R = 34.26%
G = 25.61%
B = 40.14%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C694E8 (or 0xC694E8) is known color: Wisteria. HEX triplet: C6, 94 and E8. RGB value is (198,148,232). Sum of RGB (Red+Green+Blue) = 198+148+232=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 232 - color contains mainly: blue. Hex color #C694E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C694E8 is #396B17. Grayscale: #ACACAC. Windows color (decimal): -3762968 or 15242438. OLE color: 15242438.

HSL color Cylindrical-coordinate representation of color #C694E8: hue angle of 275.71º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C694E8 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 198 148 232 -
CMYK 0.15 0.36 0 0.09
HSL 275.71º 0.65% 0.75% -
HSV(B) 275.71º 0.36% 0.91% -
XYZ 48.44 39.01 81.32 -
YUV 172.53 161.57 146.17 -
System Red Green Blue C M Y K H S L
Decimal 198 148 232 0.15 0.36 0 0.09 275.71 0.65 0.75
Hex C6 94 E8 F 24 0 9 114 41 4B
Octal 306 224 350 17 44 0 11 424 101 113
Binary 11000110 10010100 11101000 1111 100100 0 1001 100010100 1000001 1001011

Color Harmonies of #C694E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694E8

Black with #C694E8

Text Example


Text Example

White with #C694E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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