Html Css Color HEX #C392D0 Wisteria

📋 copy color: '#C392D0'

red 195 ◦ green 146 ◦ blue 208

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

Shades of Wisteria #C392D0

Tints of Wisteria #C392D0

RGB

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

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

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

R = 35.52%
G = 26.59%
B = 37.89%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C392D0 (or 0xC392D0) is known color: Wisteria. HEX triplet: C3, 92 and D0. RGB value is (195,146,208). Sum of RGB (Red+Green+Blue) = 195+146+208=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #C392D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392D0 is #3C6D2F. Grayscale: #A7A7A7. Windows color (decimal): -3960112 or 13669059. OLE color: 13669059.

HSL color Cylindrical-coordinate representation of color #C392D0: hue angle of 287.42º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C392D0 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 146 208 -
CMYK 0.06 0.30 0 0.18
HSL 287.42º 0.4% 0.69% -
HSV(B) 287.42º 0.3% 0.82% -
XYZ 44.17 36.71 64.43 -
YUV 167.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 195 146 208 0.06 0.30 0 0.18 287.42 0.4 0.69
Hex C3 92 D0 6 1E 0 12 11F 28 45
Octal 303 222 320 6 36 0 22 437 50 105
Binary 11000011 10010010 11010000 110 11110 0 10010 100011111 101000 1000101

Color Harmonies of #C392D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C392D0

Black with #C392D0

Text Example


Text Example

White with #C392D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C392D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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