Html Css Color HEX #C695FA Wisteria

📋 copy color: '#C695FA'

red 198 ◦ green 149 ◦ blue 250

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

Shades of Wisteria #C695FA

Tints of Wisteria #C695FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.88%

R = 33.17%
G = 24.96%
B = 41.88%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C695FA (or 0xC695FA) is known color: Wisteria. HEX triplet: C6, 95 and FA. RGB value is (198,149,250). Sum of RGB (Red+Green+Blue) = 198+149+250=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #C695FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C695FA is #396A05. Grayscale: #AEAEAE. Windows color (decimal): -3762694 or 16422342. OLE color: 16422342.

HSL color Cylindrical-coordinate representation of color #C695FA: hue angle of 269.11º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C695FA is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 149 250 -
CMYK 0.21 0.40 0 0.02
HSL 269.11º 0.91% 0.78% -
HSV(B) 269.11º 0.4% 0.98% -
XYZ 51.29 40.4 95.54 -
YUV 175.17 170.23 144.29 -
System Red Green Blue C M Y K H S L
Decimal 198 149 250 0.21 0.40 0 0.02 269.11 0.91 0.78
Hex C6 95 FA 15 28 0 2 10D 5B 4E
Octal 306 225 372 25 50 0 2 415 133 116
Binary 11000110 10010101 11111010 10101 101000 0 10 100001101 1011011 1001110

Color Harmonies of #C695FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C695FA

Black with #C695FA

Text Example


Text Example

White with #C695FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C695FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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