Html Css Color HEX #C081E1 Wisteria

📋 copy color: '#C081E1'

red 192 ◦ green 129 ◦ blue 225

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

Shades of Wisteria #C081E1

Tints of Wisteria #C081E1

RGB

 RED value IS 192 (75.39% from 255) = 35.16%

 GREEN value IS 129 (50.78% from 255) = 23.63%

 BLUE value IS 225 (88.28% from 255) = 41.21%

R = 35.16%
G = 23.63%
B = 41.21%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C081E1 (or 0xC081E1) is known color: Wisteria. HEX triplet: C0, 81 and E1. RGB value is (192,129,225). Sum of RGB (Red+Green+Blue) = 192+129+225=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #C081E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C081E1 is #3F7E1E. Grayscale: #9E9E9E. Windows color (decimal): -4161055 or 14778816. OLE color: 14778816.

HSL color Cylindrical-coordinate representation of color #C081E1: hue angle of 279.38º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C081E1 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 129 225 -
CMYK 0.15 0.43 0 0.12
HSL 279.38º 0.62% 0.69% -
HSV(B) 279.38º 0.43% 0.88% -
XYZ 43.18 32.34 75.2 -
YUV 158.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 192 129 225 0.15 0.43 0 0.12 279.38 0.62 0.69
Hex C0 81 E1 F 2B 0 C 117 3E 45
Octal 300 201 341 17 53 0 14 427 76 105
Binary 11000000 10000001 11100001 1111 101011 0 1100 100010111 111110 1000101

Color Harmonies of #C081E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C081E1

Black with #C081E1

Text Example


Text Example

White with #C081E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C081E1; }

 p { color: rgb(192,129,225); }

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

background-color css

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

 a { background-color: rgb(192,129,225); }

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

border-color css

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

 span { border-color: rgb(192,129,225); }

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