Html Css Color HEX #C08CDC Wisteria

📋 copy color: '#C08CDC'

red 192 ◦ green 140 ◦ blue 220

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

Shades of Wisteria #C08CDC

Tints of Wisteria #C08CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.36%

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 34.78%
G = 25.36%
B = 39.86%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C08CDC (or 0xC08CDC) is known color: Wisteria. HEX triplet: C0, 8C and DC. RGB value is (192,140,220). Sum of RGB (Red+Green+Blue) = 192+140+220=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #C08CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CDC is #3F7323. Grayscale: #A4A4A4. Windows color (decimal): -4158244 or 14453952. OLE color: 14453952.

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

Color convert

RGB 192 140 220 -
CMYK 0.13 0.36 0 0.14
HSL 279º 0.53% 0.71% -
HSV(B) 279º 0.36% 0.86% -
XYZ 44.03 35.13 72.17 -
YUV 164.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 192 140 220 0.13 0.36 0 0.14 279 0.53 0.71
Hex C0 8C DC D 24 0 E 117 35 47
Octal 300 214 334 15 44 0 16 427 65 107
Binary 11000000 10001100 11011100 1101 100100 0 1110 100010111 110101 1000111

Color Harmonies of #C08CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CDC

Black with #C08CDC

Text Example


Text Example

White with #C08CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CDC; }

 p { color: rgb(192,140,220); }

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

background-color css

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

 a { background-color: rgb(192,140,220); }

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

border-color css

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

 span { border-color: rgb(192,140,220); }

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