Html Css Color HEX #C08DE4 Wisteria

📋 copy color: '#C08DE4'

red 192 ◦ green 141 ◦ blue 228

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

Shades of Wisteria #C08DE4

Tints of Wisteria #C08DE4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.13%

 BLUE value IS 228 (89.45% from 255) = 40.64%

R = 34.22%
G = 25.13%
B = 40.64%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C08DE4 (or 0xC08DE4) is known color: Wisteria. HEX triplet: C0, 8D and E4. RGB value is (192,141,228). Sum of RGB (Red+Green+Blue) = 192+141+228=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #C08DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DE4 is #3F721B. Grayscale: #A5A5A5. Windows color (decimal): -4157980 or 14978496. OLE color: 14978496.

HSL color Cylindrical-coordinate representation of color #C08DE4: hue angle of 275.17º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C08DE4 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 141 228 -
CMYK 0.16 0.38 0 0.11
HSL 275.17º 0.62% 0.72% -
HSV(B) 275.17º 0.38% 0.89% -
XYZ 45.27 35.86 77.93 -
YUV 166.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 192 141 228 0.16 0.38 0 0.11 275.17 0.62 0.72
Hex C0 8D E4 10 26 0 B 113 3E 48
Octal 300 215 344 20 46 0 13 423 76 110
Binary 11000000 10001101 11100100 10000 100110 0 1011 100010011 111110 1001000

Color Harmonies of #C08DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DE4

Black with #C08DE4

Text Example


Text Example

White with #C08DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DE4; }

 p { color: rgb(192,141,228); }

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

background-color css

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

 a { background-color: rgb(192,141,228); }

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

border-color css

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

 span { border-color: rgb(192,141,228); }

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