Html Css Color HEX #C09FD0 Wisteria

📋 copy color: '#C09FD0'

red 192 ◦ green 159 ◦ blue 208

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

Shades of Wisteria #C09FD0

Tints of Wisteria #C09FD0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.44%

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

R = 34.35%
G = 28.44%
B = 37.21%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C09FD0 (or 0xC09FD0) is known color: Wisteria. HEX triplet: C0, 9F and D0. RGB value is (192,159,208). Sum of RGB (Red+Green+Blue) = 192+159+208=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #C09FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FD0 is #3F602F. Grayscale: #AEAEAE. Windows color (decimal): -4153392 or 13672384. OLE color: 13672384.

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

Color convert

RGB 192 159 208 -
CMYK 0.08 0.24 0 0.18
HSL 280.41º 0.34% 0.72% -
HSV(B) 280.41º 0.24% 0.82% -
XYZ 45.52 40.56 65.1 -
YUV 174.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 192 159 208 0.08 0.24 0 0.18 280.41 0.34 0.72
Hex C0 9F D0 8 18 0 12 118 22 48
Octal 300 237 320 10 30 0 22 430 42 110
Binary 11000000 10011111 11010000 1000 11000 0 10010 100011000 100010 1001000

Color Harmonies of #C09FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09FD0

Black with #C09FD0

Text Example


Text Example

White with #C09FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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