Html Css Color HEX #C09BD4 Wisteria

📋 copy color: '#C09BD4'

red 192 ◦ green 155 ◦ blue 212

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

Shades of Wisteria #C09BD4

Tints of Wisteria #C09BD4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.73%

 BLUE value IS 212 (83.2% from 255) = 37.92%

R = 34.35%
G = 27.73%
B = 37.92%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C09BD4 (or 0xC09BD4) is known color: Wisteria. HEX triplet: C0, 9B and D4. RGB value is (192,155,212). Sum of RGB (Red+Green+Blue) = 192+155+212=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 212 - color contains mainly: blue. Hex color #C09BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BD4 is #3F642B. Grayscale: #ACACAC. Windows color (decimal): -4154412 or 13933504. OLE color: 13933504.

HSL color Cylindrical-coordinate representation of color #C09BD4: hue angle of 278.95º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C09BD4 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 155 212 -
CMYK 0.09 0.27 0 0.17
HSL 278.95º 0.4% 0.72% -
HSV(B) 278.95º 0.27% 0.83% -
XYZ 45.34 39.4 67.5 -
YUV 172.56 150.26 141.87 -
System Red Green Blue C M Y K H S L
Decimal 192 155 212 0.09 0.27 0 0.17 278.95 0.4 0.72
Hex C0 9B D4 9 1B 0 11 117 28 48
Octal 300 233 324 11 33 0 21 427 50 110
Binary 11000000 10011011 11010100 1001 11011 0 10001 100010111 101000 1001000

Color Harmonies of #C09BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09BD4

Black with #C09BD4

Text Example


Text Example

White with #C09BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09BD4; }

 p { color: rgb(192,155,212); }

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

background-color css

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

 a { background-color: rgb(192,155,212); }

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

border-color css

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

 span { border-color: rgb(192,155,212); }

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