Html Css Color HEX #C09CD4 Wisteria

📋 copy color: '#C09CD4'

red 192 ◦ green 156 ◦ blue 212

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

Shades of Wisteria #C09CD4

Tints of Wisteria #C09CD4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.86%

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

R = 34.29%
G = 27.86%
B = 37.86%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C09CD4 (or 0xC09CD4) is known color: Wisteria. HEX triplet: C0, 9C and D4. RGB value is (192,156,212). Sum of RGB (Red+Green+Blue) = 192+156+212=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 212 - color contains mainly: blue. Hex color #C09CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CD4 is #3F632B. Grayscale: #ACACAC. Windows color (decimal): -4154156 or 13933760. OLE color: 13933760.

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

Color convert

RGB 192 156 212 -
CMYK 0.09 0.26 0 0.17
HSL 278.57º 0.39% 0.72% -
HSV(B) 278.57º 0.26% 0.83% -
XYZ 45.51 39.74 67.56 -
YUV 173.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 192 156 212 0.09 0.26 0 0.17 278.57 0.39 0.72
Hex C0 9C D4 9 1A 0 11 117 27 48
Octal 300 234 324 11 32 0 21 427 47 110
Binary 11000000 10011100 11010100 1001 11010 0 10001 100010111 100111 1001000

Color Harmonies of #C09CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09CD4

Black with #C09CD4

Text Example


Text Example

White with #C09CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09CD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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