Html Css Color HEX #C795DD Wisteria

📋 copy color: '#C795DD'

red 199 ◦ green 149 ◦ blue 221

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

Shades of Wisteria #C795DD

Tints of Wisteria #C795DD

RGB

 RED value IS 199 (78.13% from 255) = 34.97%

 GREEN value IS 149 (58.59% from 255) = 26.19%

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 34.97%
G = 26.19%
B = 38.84%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C795DD (or 0xC795DD) is known color: Wisteria. HEX triplet: C7, 95 and DD. RGB value is (199,149,221). Sum of RGB (Red+Green+Blue) = 199+149+221=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #C795DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795DD is #386A22. Grayscale: #ABABAB. Windows color (decimal): -3697187 or 14521799. OLE color: 14521799.

HSL color Cylindrical-coordinate representation of color #C795DD: hue angle of 281.67º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C795DD is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 149 221 -
CMYK 0.10 0.33 0 0.13
HSL 281.67º 0.51% 0.73% -
HSV(B) 281.67º 0.33% 0.87% -
XYZ 47.35 38.86 73.41 -
YUV 172.16 155.57 147.15 -
System Red Green Blue C M Y K H S L
Decimal 199 149 221 0.10 0.33 0 0.13 281.67 0.51 0.73
Hex C7 95 DD A 21 0 D 11A 33 49
Octal 307 225 335 12 41 0 15 432 63 111
Binary 11000111 10010101 11011101 1010 100001 0 1101 100011010 110011 1001001

Color Harmonies of #C795DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C795DD

Black with #C795DD

Text Example


Text Example

White with #C795DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C795DD; }

 p { color: rgb(199,149,221); }

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

background-color css

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

 a { background-color: rgb(199,149,221); }

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

border-color css

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

 span { border-color: rgb(199,149,221); }

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