Html Css Color HEX #C295CD Wisteria

📋 copy color: '#C295CD'

red 194 ◦ green 149 ◦ blue 205

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

Shades of Wisteria #C295CD

Tints of Wisteria #C295CD

RGB

 RED value IS 194 (76.17% from 255) = 35.4%

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

 BLUE value IS 205 (80.47% from 255) = 37.41%

R = 35.4%
G = 27.19%
B = 37.41%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C295CD (or 0xC295CD) is known color: Wisteria. HEX triplet: C2, 95 and CD. RGB value is (194,149,205). Sum of RGB (Red+Green+Blue) = 194+149+205=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #C295CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295CD is #3D6A32. Grayscale: #A8A8A8. Windows color (decimal): -4024883 or 13473218. OLE color: 13473218.

HSL color Cylindrical-coordinate representation of color #C295CD: hue angle of 288.21º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C295CD is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 149 205 -
CMYK 0.05 0.27 0 0.20
HSL 288.21º 0.36% 0.69% -
HSV(B) 288.21º 0.27% 0.8% -
XYZ 44.02 37.37 62.65 -
YUV 168.84 148.41 145.95 -
System Red Green Blue C M Y K H S L
Decimal 194 149 205 0.05 0.27 0 0.20 288.21 0.36 0.69
Hex C2 95 CD 5 1B 0 14 120 24 45
Octal 302 225 315 5 33 0 24 440 44 105
Binary 11000010 10010101 11001101 101 11011 0 10100 100100000 100100 1000101

Color Harmonies of #C295CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295CD

Black with #C295CD

Text Example


Text Example

White with #C295CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295CD; }

 p { color: rgb(194,149,205); }

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

background-color css

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

 a { background-color: rgb(194,149,205); }

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

border-color css

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

 span { border-color: rgb(194,149,205); }

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