Html Css Color HEX #C392DD Wisteria

📋 copy color: '#C392DD'

red 195 ◦ green 146 ◦ blue 221

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

Shades of Wisteria #C392DD

Tints of Wisteria #C392DD

RGB

 RED value IS 195 (76.56% from 255) = 34.7%

 GREEN value IS 146 (57.42% from 255) = 25.98%

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

R = 34.7%
G = 25.98%
B = 39.32%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C392DD (or 0xC392DD) is known color: Wisteria. HEX triplet: C3, 92 and DD. RGB value is (195,146,221). Sum of RGB (Red+Green+Blue) = 195+146+221=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #C392DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392DD is #3C6D22. Grayscale: #A8A8A8. Windows color (decimal): -3960099 or 14521027. OLE color: 14521027.

HSL color Cylindrical-coordinate representation of color #C392DD: hue angle of 279.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C392DD is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 146 221 -
CMYK 0.12 0.34 0 0.13
HSL 279.2º 0.52% 0.72% -
HSV(B) 279.2º 0.34% 0.87% -
XYZ 45.84 37.38 73.21 -
YUV 169.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 195 146 221 0.12 0.34 0 0.13 279.2 0.52 0.72
Hex C3 92 DD C 22 0 D 117 34 48
Octal 303 222 335 14 42 0 15 427 64 110
Binary 11000011 10010010 11011101 1100 100010 0 1101 100010111 110100 1001000

Color Harmonies of #C392DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C392DD

Black with #C392DD

Text Example


Text Example

White with #C392DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C392DD; }

 p { color: rgb(195,146,221); }

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

background-color css

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

 a { background-color: rgb(195,146,221); }

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

border-color css

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

 span { border-color: rgb(195,146,221); }

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