Html Css Color HEX #C08BEC Wisteria

📋 copy color: '#C08BEC'

red 192 ◦ green 139 ◦ blue 236

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

Shades of Wisteria #C08BEC

Tints of Wisteria #C08BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.62%

R = 33.86%
G = 24.51%
B = 41.62%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C08BEC (or 0xC08BEC) is known color: Wisteria. HEX triplet: C0, 8B and EC. RGB value is (192,139,236). Sum of RGB (Red+Green+Blue) = 192+139+236=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #C08BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08BEC is #3F7413. Grayscale: #A5A5A5. Windows color (decimal): -4158484 or 15502272. OLE color: 15502272.

HSL color Cylindrical-coordinate representation of color #C08BEC: hue angle of 272.78º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C08BEC is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 139 236 -
CMYK 0.19 0.41 0 0.07
HSL 272.78º 0.72% 0.74% -
HSV(B) 272.78º 0.41% 0.93% -
XYZ 46.11 35.73 83.82 -
YUV 165.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 192 139 236 0.19 0.41 0 0.07 272.78 0.72 0.74
Hex C0 8B EC 13 29 0 7 111 48 4A
Octal 300 213 354 23 51 0 7 421 110 112
Binary 11000000 10001011 11101100 10011 101001 0 111 100010001 1001000 1001010

Color Harmonies of #C08BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08BEC

Black with #C08BEC

Text Example


Text Example

White with #C08BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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