Html Css Color HEX #C08DCD Wisteria

📋 copy color: '#C08DCD'

red 192 ◦ green 141 ◦ blue 205

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

Shades of Wisteria #C08DCD

Tints of Wisteria #C08DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.21%

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

R = 35.69%
G = 26.21%
B = 38.1%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C08DCD (or 0xC08DCD) is known color: Wisteria. HEX triplet: C0, 8D and CD. RGB value is (192,141,205). Sum of RGB (Red+Green+Blue) = 192+141+205=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #C08DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DCD is #3F7232. Grayscale: #A3A3A3. Windows color (decimal): -4158003 or 13471168. OLE color: 13471168.

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

Color convert

RGB 192 141 205 -
CMYK 0.06 0.31 0 0.20
HSL 287.81º 0.39% 0.68% -
HSV(B) 287.81º 0.31% 0.8% -
XYZ 42.28 34.66 62.22 -
YUV 163.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 192 141 205 0.06 0.31 0 0.20 287.81 0.39 0.68
Hex C0 8D CD 6 1F 0 14 120 27 44
Octal 300 215 315 6 37 0 24 440 47 104
Binary 11000000 10001101 11001101 110 11111 0 10100 100100000 100111 1000100

Color Harmonies of #C08DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DCD

Black with #C08DCD

Text Example


Text Example

White with #C08DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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