Html Css Color HEX #C08BEA Wisteria

📋 copy color: '#C08BEA'

red 192 ◦ green 139 ◦ blue 234

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

Shades of Wisteria #C08BEA

Tints of Wisteria #C08BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.42%

R = 33.98%
G = 24.6%
B = 41.42%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C08BEA (or 0xC08BEA) is known color: Wisteria. HEX triplet: C0, 8B and EA. RGB value is (192,139,234). Sum of RGB (Red+Green+Blue) = 192+139+234=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #C08BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08BEA is #3F7415. Grayscale: #A5A5A5. Windows color (decimal): -4158486 or 15371200. OLE color: 15371200.

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

Color convert

RGB 192 139 234 -
CMYK 0.18 0.41 0 0.08
HSL 273.47º 0.69% 0.73% -
HSV(B) 273.47º 0.41% 0.92% -
XYZ 45.82 35.61 82.3 -
YUV 165.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 192 139 234 0.18 0.41 0 0.08 273.47 0.69 0.73
Hex C0 8B EA 12 29 0 8 111 45 49
Octal 300 213 352 22 51 0 10 421 105 111
Binary 11000000 10001011 11101010 10010 101001 0 1000 100010001 1000101 1001001

Color Harmonies of #C08BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08BEA

Black with #C08BEA

Text Example


Text Example

White with #C08BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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