Html Css Color HEX #C08CEB Wisteria

📋 copy color: '#C08CEB'

red 192 ◦ green 140 ◦ blue 235

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

Shades of Wisteria #C08CEB

Tints of Wisteria #C08CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.69%

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

R = 33.86%
G = 24.69%
B = 41.45%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C08CEB (or 0xC08CEB) is known color: Wisteria. HEX triplet: C0, 8C and EB. RGB value is (192,140,235). Sum of RGB (Red+Green+Blue) = 192+140+235=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #C08CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08CEB is #3F7314. Grayscale: #A6A6A6. Windows color (decimal): -4158229 or 15436992. OLE color: 15436992.

HSL color Cylindrical-coordinate representation of color #C08CEB: hue angle of 272.84º 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 #C08CEB is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 140 235 -
CMYK 0.18 0.40 0 0.08
HSL 272.84º 0.7% 0.74% -
HSV(B) 272.84º 0.4% 0.92% -
XYZ 46.11 35.96 83.11 -
YUV 166.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 192 140 235 0.18 0.40 0 0.08 272.84 0.7 0.74
Hex C0 8C EB 12 28 0 8 111 46 4A
Octal 300 214 353 22 50 0 10 421 106 112
Binary 11000000 10001100 11101011 10010 101000 0 1000 100010001 1000110 1001010

Color Harmonies of #C08CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CEB

Black with #C08CEB

Text Example


Text Example

White with #C08CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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