Html Css Color HEX #C27DDB Wisteria

📋 copy color: '#C27DDB'

red 194 ◦ green 125 ◦ blue 219

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

Shades of Wisteria #C27DDB

Tints of Wisteria #C27DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 36.06%
G = 23.23%
B = 40.71%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C27DDB (or 0xC27DDB) is known color: Wisteria. HEX triplet: C2, 7D and DB. RGB value is (194,125,219). Sum of RGB (Red+Green+Blue) = 194+125+219=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #C27DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DDB is #3D8224. Grayscale: #9C9C9C. Windows color (decimal): -4031013 or 14384578. OLE color: 14384578.

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

Color convert

RGB 194 125 219 -
CMYK 0.11 0.43 0 0.14
HSL 284.04º 0.57% 0.67% -
HSV(B) 284.04º 0.43% 0.86% -
XYZ 42.37 31.25 70.82 -
YUV 156.35 163.36 154.86 -
System Red Green Blue C M Y K H S L
Decimal 194 125 219 0.11 0.43 0 0.14 284.04 0.57 0.67
Hex C2 7D DB B 2B 0 E 11C 39 43
Octal 302 175 333 13 53 0 16 434 71 103
Binary 11000010 1111101 11011011 1011 101011 0 1110 100011100 111001 1000011

Color Harmonies of #C27DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DDB

Black with #C27DDB

Text Example


Text Example

White with #C27DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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