Html Css Color HEX #C08CCD Wisteria

📋 copy color: '#C08CCD'

red 192 ◦ green 140 ◦ blue 205

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

Shades of Wisteria #C08CCD

Tints of Wisteria #C08CCD

RGB

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

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

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

R = 35.75%
G = 26.07%
B = 38.18%

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

#C08CCD (or 0xC08CCD) is known color: Wisteria. HEX triplet: C0, 8C and CD. RGB value is (192,140,205). Sum of RGB (Red+Green+Blue) = 192+140+205=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #C08CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CCD is #3F7332. Grayscale: #A2A2A2. Windows color (decimal): -4158259 or 13470912. OLE color: 13470912.

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

Color convert

RGB 192 140 205 -
CMYK 0.06 0.32 0 0.20
HSL 288º 0.39% 0.68% -
HSV(B) 288º 0.32% 0.8% -
XYZ 42.14 34.37 62.17 -
YUV 162.96 151.73 148.71 -
System Red Green Blue C M Y K H S L
Decimal 192 140 205 0.06 0.32 0 0.20 288 0.39 0.68
Hex C0 8C CD 6 20 0 14 120 27 44
Octal 300 214 315 6 40 0 24 440 47 104
Binary 11000000 10001100 11001101 110 100000 0 10100 100100000 100111 1000100

Color Harmonies of #C08CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CCD

Black with #C08CCD

Text Example


Text Example

White with #C08CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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