Html Css Color HEX #C27BDD Wisteria

📋 copy color: '#C27BDD'

red 194 ◦ green 123 ◦ blue 221

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

Shades of Wisteria #C27BDD

Tints of Wisteria #C27BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.86%

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

R = 36.06%
G = 22.86%
B = 41.08%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C27BDD (or 0xC27BDD) is known color: Wisteria. HEX triplet: C2, 7B and DD. RGB value is (194,123,221). Sum of RGB (Red+Green+Blue) = 194+123+221=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #C27BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BDD is #3D8422. Grayscale: #9B9B9B. Windows color (decimal): -4031523 or 14515138. OLE color: 14515138.

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

Color convert

RGB 194 123 221 -
CMYK 0.12 0.44 0 0.13
HSL 283.47º 0.59% 0.67% -
HSV(B) 283.47º 0.44% 0.87% -
XYZ 42.38 30.86 72.13 -
YUV 155.4 165.02 155.53 -
System Red Green Blue C M Y K H S L
Decimal 194 123 221 0.12 0.44 0 0.13 283.47 0.59 0.67
Hex C2 7B DD C 2C 0 D 11B 3B 43
Octal 302 173 335 14 54 0 15 433 73 103
Binary 11000010 1111011 11011101 1100 101100 0 1101 100011011 111011 1000011

Color Harmonies of #C27BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27BDD

Black with #C27BDD

Text Example


Text Example

White with #C27BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27BDD; }

 p { color: rgb(194,123,221); }

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

background-color css

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

 a { background-color: rgb(194,123,221); }

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

border-color css

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

 span { border-color: rgb(194,123,221); }

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