Html Css Color HEX #C08BEF Wisteria

📋 copy color: '#C08BEF'

red 192 ◦ green 139 ◦ blue 239

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

Shades of Wisteria #C08BEF

Tints of Wisteria #C08BEF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.39%

 BLUE value IS 239 (93.75% from 255) = 41.93%

R = 33.68%
G = 24.39%
B = 41.93%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C08BEF (or 0xC08BEF) is known color: Wisteria. HEX triplet: C0, 8B and EF. RGB value is (192,139,239). Sum of RGB (Red+Green+Blue) = 192+139+239=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #C08BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08BEF is #3F7410. Grayscale: #A5A5A5. Windows color (decimal): -4158481 or 15698880. OLE color: 15698880.

HSL color Cylindrical-coordinate representation of color #C08BEF: hue angle of 271.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C08BEF is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 139 239 -
CMYK 0.20 0.42 0 0.06
HSL 271.8º 0.76% 0.74% -
HSV(B) 271.8º 0.42% 0.94% -
XYZ 46.55 35.9 86.14 -
YUV 166.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 192 139 239 0.20 0.42 0 0.06 271.8 0.76 0.74
Hex C0 8B EF 14 2A 0 6 110 4C 4A
Octal 300 213 357 24 52 0 6 420 114 112
Binary 11000000 10001011 11101111 10100 101010 0 110 100010000 1001100 1001010

Color Harmonies of #C08BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08BEF

Black with #C08BEF

Text Example


Text Example

White with #C08BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08BEF; }

 p { color: rgb(192,139,239); }

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

background-color css

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

 a { background-color: rgb(192,139,239); }

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

border-color css

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

 span { border-color: rgb(192,139,239); }

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