Html Css Color HEX #C08FCE Wisteria

📋 copy color: '#C08FCE'

red 192 ◦ green 143 ◦ blue 206

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

Shades of Wisteria #C08FCE

Tints of Wisteria #C08FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.43%

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 35.49%
G = 26.43%
B = 38.08%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C08FCE (or 0xC08FCE) is known color: Wisteria. HEX triplet: C0, 8F and CE. RGB value is (192,143,206). Sum of RGB (Red+Green+Blue) = 192+143+206=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #C08FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FCE is #3F7031. Grayscale: #A4A4A4. Windows color (decimal): -4157490 or 13537216. OLE color: 13537216.

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

Color convert

RGB 192 143 206 -
CMYK 0.07 0.31 0 0.19
HSL 286.67º 0.39% 0.68% -
HSV(B) 286.67º 0.31% 0.81% -
XYZ 42.7 35.31 62.96 -
YUV 164.83 151.23 147.38 -
System Red Green Blue C M Y K H S L
Decimal 192 143 206 0.07 0.31 0 0.19 286.67 0.39 0.68
Hex C0 8F CE 7 1F 0 13 11F 27 44
Octal 300 217 316 7 37 0 23 437 47 104
Binary 11000000 10001111 11001110 111 11111 0 10011 100011111 100111 1000100

Color Harmonies of #C08FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FCE

Black with #C08FCE

Text Example


Text Example

White with #C08FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FCE; }

 p { color: rgb(192,143,206); }

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

background-color css

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

 a { background-color: rgb(192,143,206); }

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

border-color css

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

 span { border-color: rgb(192,143,206); }

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