Html Css Color HEX #C08DEB Wisteria

📋 copy color: '#C08DEB'

red 192 ◦ green 141 ◦ blue 235

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

Shades of Wisteria #C08DEB

Tints of Wisteria #C08DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.37%

R = 33.8%
G = 24.82%
B = 41.37%

CMYK

 C value IS 0.18

 M value IS 0.4

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C08DEB (or 0xC08DEB) is known color: Wisteria. HEX triplet: C0, 8D and EB. RGB value is (192,141,235). Sum of RGB (Red+Green+Blue) = 192+141+235=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #C08DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08DEB is #3F7214. Grayscale: #A6A6A6. Windows color (decimal): -4157973 or 15437248. OLE color: 15437248.

HSL color Cylindrical-coordinate representation of color #C08DEB: hue angle of 272.55º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C08DEB is Cyan = 0.18, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 141 235 -
CMYK 0.18 0.4 0 0.08
HSL 272.55º 0.7% 0.74% -
HSV(B) 272.55º 0.4% 0.92% -
XYZ 46.26 36.25 83.16 -
YUV 166.97 166.4 145.86 -
System Red Green Blue C M Y K H S L
Decimal 192 141 235 0.18 0.4 0 0.08 272.55 0.7 0.74
Hex C0 8D EB 12 28 0 8 111 46 4A
Octal 300 215 353 22 50 0 10 421 106 112
Binary 11000000 10001101 11101011 10010 101000 0 1000 100010001 1000110 1001010

Color Harmonies of #C08DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DEB

Black with #C08DEB

Text Example


Text Example

White with #C08DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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