Html Css Color HEX #C695F3 Wisteria

📋 copy color: '#C695F3'

red 198 ◦ green 149 ◦ blue 243

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

Shades of Wisteria #C695F3

Tints of Wisteria #C695F3

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.25%

 BLUE value IS 243 (95.31% from 255) = 41.19%

R = 33.56%
G = 25.25%
B = 41.19%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C695F3 (or 0xC695F3) is known color: Wisteria. HEX triplet: C6, 95 and F3. RGB value is (198,149,243). Sum of RGB (Red+Green+Blue) = 198+149+243=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #C695F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C695F3 is #396A0C. Grayscale: #AEAEAE. Windows color (decimal): -3762701 or 15963590. OLE color: 15963590.

HSL color Cylindrical-coordinate representation of color #C695F3: hue angle of 271.28º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C695F3 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 149 243 -
CMYK 0.19 0.39 0 0.05
HSL 271.28º 0.8% 0.77% -
HSV(B) 271.28º 0.39% 0.95% -
XYZ 50.21 39.97 89.86 -
YUV 174.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 198 149 243 0.19 0.39 0 0.05 271.28 0.8 0.77
Hex C6 95 F3 13 27 0 5 10F 50 4D
Octal 306 225 363 23 47 0 5 417 120 115
Binary 11000110 10010101 11110011 10011 100111 0 101 100001111 1010000 1001101

Color Harmonies of #C695F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C695F3

Black with #C695F3

Text Example


Text Example

White with #C695F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C695F3; }

 p { color: rgb(198,149,243); }

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

background-color css

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

 a { background-color: rgb(198,149,243); }

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

border-color css

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

 span { border-color: rgb(198,149,243); }

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