Html Css Color HEX #C08BCD Wisteria

📋 copy color: '#C08BCD'

red 192 ◦ green 139 ◦ blue 205

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

Shades of Wisteria #C08BCD

Tints of Wisteria #C08BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.25%

R = 35.82%
G = 25.93%
B = 38.25%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C08BCD (or 0xC08BCD) is known color: Wisteria. HEX triplet: C0, 8B and CD. RGB value is (192,139,205). Sum of RGB (Red+Green+Blue) = 192+139+205=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #C08BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BCD is #3F7432. Grayscale: #A2A2A2. Windows color (decimal): -4158515 or 13470656. OLE color: 13470656.

HSL color Cylindrical-coordinate representation of color #C08BCD: hue angle of 288.18º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C08BCD is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 139 205 -
CMYK 0.06 0.32 0 0.20
HSL 288.18º 0.4% 0.67% -
HSV(B) 288.18º 0.32% 0.8% -
XYZ 41.99 34.08 62.12 -
YUV 162.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 192 139 205 0.06 0.32 0 0.20 288.18 0.4 0.67
Hex C0 8B CD 6 20 0 14 120 28 43
Octal 300 213 315 6 40 0 24 440 50 103
Binary 11000000 10001011 11001101 110 100000 0 10100 100100000 101000 1000011

Color Harmonies of #C08BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08BCD

Black with #C08BCD

Text Example


Text Example

White with #C08BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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