Html Css Color HEX #C27DDC Wisteria

📋 copy color: '#C27DDC'

red 194 ◦ green 125 ◦ blue 220

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

Shades of Wisteria #C27DDC

Tints of Wisteria #C27DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 35.99%
G = 23.19%
B = 40.82%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C27DDC (or 0xC27DDC) is known color: Wisteria. HEX triplet: C2, 7D and DC. RGB value is (194,125,220). Sum of RGB (Red+Green+Blue) = 194+125+220=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #C27DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DDC is #3D8223. Grayscale: #9C9C9C. Windows color (decimal): -4031012 or 14450114. OLE color: 14450114.

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

Color convert

RGB 194 125 220 -
CMYK 0.12 0.43 0 0.14
HSL 283.58º 0.58% 0.68% -
HSV(B) 283.58º 0.43% 0.86% -
XYZ 42.5 31.3 71.51 -
YUV 156.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 194 125 220 0.12 0.43 0 0.14 283.58 0.58 0.68
Hex C2 7D DC C 2B 0 E 11C 3A 44
Octal 302 175 334 14 53 0 16 434 72 104
Binary 11000010 1111101 11011100 1100 101011 0 1110 100011100 111010 1000100

Color Harmonies of #C27DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DDC

Black with #C27DDC

Text Example


Text Example

White with #C27DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DDC; }

 p { color: rgb(194,125,220); }

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

background-color css

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

 a { background-color: rgb(194,125,220); }

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

border-color css

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

 span { border-color: rgb(194,125,220); }

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