Html Css Color HEX #C27CDB Wisteria

📋 copy color: '#C27CDB'

red 194 ◦ green 124 ◦ blue 219

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

Shades of Wisteria #C27CDB

Tints of Wisteria #C27CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.09%

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

R = 36.13%
G = 23.09%
B = 40.78%

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

#C27CDB (or 0xC27CDB) is known color: Wisteria. HEX triplet: C2, 7C and DB. RGB value is (194,124,219). Sum of RGB (Red+Green+Blue) = 194+124+219=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #C27CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CDB is #3D8324. Grayscale: #9B9B9B. Windows color (decimal): -4031269 or 14384322. OLE color: 14384322.

HSL color Cylindrical-coordinate representation of color #C27CDB: hue angle of 284.21º 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 #C27CDB is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 124 219 -
CMYK 0.11 0.43 0 0.14
HSL 284.21º 0.57% 0.67% -
HSV(B) 284.21º 0.43% 0.86% -
XYZ 42.24 31 70.77 -
YUV 155.76 163.69 155.28 -
System Red Green Blue C M Y K H S L
Decimal 194 124 219 0.11 0.43 0 0.14 284.21 0.57 0.67
Hex C2 7C DB B 2B 0 E 11C 39 43
Octal 302 174 333 13 53 0 16 434 71 103
Binary 11000010 1111100 11011011 1011 101011 0 1110 100011100 111001 1000011

Color Harmonies of #C27CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27CDB

Black with #C27CDB

Text Example


Text Example

White with #C27CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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