Html Css Color HEX #C195EA Wisteria

📋 copy color: '#C195EA'

red 193 ◦ green 149 ◦ blue 234

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

Shades of Wisteria #C195EA

Tints of Wisteria #C195EA

RGB

 RED value IS 193 (75.78% from 255) = 33.51%

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

 BLUE value IS 234 (91.8% from 255) = 40.63%

R = 33.51%
G = 25.87%
B = 40.63%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C195EA (or 0xC195EA) is known color: Wisteria. HEX triplet: C1, 95 and EA. RGB value is (193,149,234). Sum of RGB (Red+Green+Blue) = 193+149+234=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #C195EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C195EA is #3E6A15. Grayscale: #ABABAB. Windows color (decimal): -4090390 or 15373761. OLE color: 15373761.

HSL color Cylindrical-coordinate representation of color #C195EA: hue angle of 271.06º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C195EA is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 149 234 -
CMYK 0.18 0.36 0 0.08
HSL 271.06º 0.67% 0.75% -
HSV(B) 271.06º 0.36% 0.92% -
XYZ 47.59 38.77 82.82 -
YUV 171.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 193 149 234 0.18 0.36 0 0.08 271.06 0.67 0.75
Hex C1 95 EA 12 24 0 8 10F 43 4B
Octal 301 225 352 22 44 0 10 417 103 113
Binary 11000001 10010101 11101010 10010 100100 0 1000 100001111 1000011 1001011

Color Harmonies of #C195EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C195EA

Black with #C195EA

Text Example


Text Example

White with #C195EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C195EA; }

 p { color: rgb(193,149,234); }

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

background-color css

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

 a { background-color: rgb(193,149,234); }

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

border-color css

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

 span { border-color: rgb(193,149,234); }

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