Html Css Color HEX #C37DDD Wisteria

📋 copy color: '#C37DDD'

red 195 ◦ green 125 ◦ blue 221

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

Shades of Wisteria #C37DDD

Tints of Wisteria #C37DDD

RGB

 RED value IS 195 (76.56% from 255) = 36.04%

 GREEN value IS 125 (49.22% from 255) = 23.11%

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 36.04%
G = 23.11%
B = 40.85%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C37DDD (or 0xC37DDD) is known color: Wisteria. HEX triplet: C3, 7D and DD. RGB value is (195,125,221). Sum of RGB (Red+Green+Blue) = 195+125+221=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #C37DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DDD is #3C8222. Grayscale: #9C9C9C. Windows color (decimal): -3965475 or 14515651. OLE color: 14515651.

HSL color Cylindrical-coordinate representation of color #C37DDD: hue angle of 283.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C37DDD is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 125 221 -
CMYK 0.12 0.43 0 0.13
HSL 283.75º 0.59% 0.68% -
HSV(B) 283.75º 0.43% 0.87% -
XYZ 42.89 31.49 72.22 -
YUV 156.87 164.19 155.19 -
System Red Green Blue C M Y K H S L
Decimal 195 125 221 0.12 0.43 0 0.13 283.75 0.59 0.68
Hex C3 7D DD C 2B 0 D 11C 3B 44
Octal 303 175 335 14 53 0 15 434 73 104
Binary 11000011 1111101 11011101 1100 101011 0 1101 100011100 111011 1000100

Color Harmonies of #C37DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37DDD

Black with #C37DDD

Text Example


Text Example

White with #C37DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37DDD; }

 p { color: rgb(195,125,221); }

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

background-color css

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

 a { background-color: rgb(195,125,221); }

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

border-color css

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

 span { border-color: rgb(195,125,221); }

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