Html Css Color HEX #C08BDF Wisteria

📋 copy color: '#C08BDF'

red 192 ◦ green 139 ◦ blue 223

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

Shades of Wisteria #C08BDF

Tints of Wisteria #C08BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 34.66%
G = 25.09%
B = 40.25%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C08BDF (or 0xC08BDF) is known color: Wisteria. HEX triplet: C0, 8B and DF. RGB value is (192,139,223). Sum of RGB (Red+Green+Blue) = 192+139+223=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #C08BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BDF is #3F7420. Grayscale: #A4A4A4. Windows color (decimal): -4158497 or 14650304. OLE color: 14650304.

HSL color Cylindrical-coordinate representation of color #C08BDF: hue angle of 277.86º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C08BDF is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 139 223 -
CMYK 0.14 0.38 0 0.13
HSL 277.86º 0.57% 0.71% -
HSV(B) 277.86º 0.38% 0.87% -
XYZ 44.29 35 74.23 -
YUV 164.42 161.06 147.67 -
System Red Green Blue C M Y K H S L
Decimal 192 139 223 0.14 0.38 0 0.13 277.86 0.57 0.71
Hex C0 8B DF E 26 0 D 116 39 47
Octal 300 213 337 16 46 0 15 426 71 107
Binary 11000000 10001011 11011111 1110 100110 0 1101 100010110 111001 1000111

Color Harmonies of #C08BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08BDF

Black with #C08BDF

Text Example


Text Example

White with #C08BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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