Html Css Color HEX #C08FD0 Wisteria

📋 copy color: '#C08FD0'

red 192 ◦ green 143 ◦ blue 208

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

Shades of Wisteria #C08FD0

Tints of Wisteria #C08FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.31%

R = 35.36%
G = 26.34%
B = 38.31%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C08FD0 (or 0xC08FD0) is known color: Wisteria. HEX triplet: C0, 8F and D0. RGB value is (192,143,208). Sum of RGB (Red+Green+Blue) = 192+143+208=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #C08FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FD0 is #3F702F. Grayscale: #A4A4A4. Windows color (decimal): -4157488 or 13668288. OLE color: 13668288.

HSL color Cylindrical-coordinate representation of color #C08FD0: hue angle of 285.23º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08FD0 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 143 208 -
CMYK 0.08 0.31 0 0.18
HSL 285.23º 0.41% 0.69% -
HSV(B) 285.23º 0.31% 0.82% -
XYZ 42.95 35.41 64.24 -
YUV 165.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 192 143 208 0.08 0.31 0 0.18 285.23 0.41 0.69
Hex C0 8F D0 8 1F 0 12 11D 29 45
Octal 300 217 320 10 37 0 22 435 51 105
Binary 11000000 10001111 11010000 1000 11111 0 10010 100011101 101001 1000101

Color Harmonies of #C08FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FD0

Black with #C08FD0

Text Example


Text Example

White with #C08FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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