Html Css Color HEX #C27BE6 Wisteria

📋 copy color: '#C27BE6'

red 194 ◦ green 123 ◦ blue 230

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

Shades of Wisteria #C27BE6

Tints of Wisteria #C27BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.05%

R = 35.47%
G = 22.49%
B = 42.05%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C27BE6 (or 0xC27BE6) is known color: Wisteria. HEX triplet: C2, 7B and E6. RGB value is (194,123,230). Sum of RGB (Red+Green+Blue) = 194+123+230=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #C27BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27BE6 is #3D8419. Grayscale: #9C9C9C. Windows color (decimal): -4031514 or 15104962. OLE color: 15104962.

HSL color Cylindrical-coordinate representation of color #C27BE6: hue angle of 279.81º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C27BE6 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 123 230 -
CMYK 0.16 0.47 0 0.10
HSL 279.81º 0.68% 0.69% -
HSV(B) 279.81º 0.47% 0.9% -
XYZ 43.61 31.35 78.62 -
YUV 156.43 169.52 154.8 -
System Red Green Blue C M Y K H S L
Decimal 194 123 230 0.16 0.47 0 0.10 279.81 0.68 0.69
Hex C2 7B E6 10 2F 0 A 118 44 45
Octal 302 173 346 20 57 0 12 430 104 105
Binary 11000010 1111011 11100110 10000 101111 0 1010 100011000 1000100 1000101

Color Harmonies of #C27BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27BE6

Black with #C27BE6

Text Example


Text Example

White with #C27BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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