Html Css Color HEX #C389CF Wisteria

📋 copy color: '#C389CF'

red 195 ◦ green 137 ◦ blue 207

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

Shades of Wisteria #C389CF

Tints of Wisteria #C389CF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.42%

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 36.18%
G = 25.42%
B = 38.4%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C389CF (or 0xC389CF) is known color: Wisteria. HEX triplet: C3, 89 and CF. RGB value is (195,137,207). Sum of RGB (Red+Green+Blue) = 195+137+207=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #C389CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C389CF is #3C7630. Grayscale: #A2A2A2. Windows color (decimal): -3962417 or 13601219. OLE color: 13601219.

HSL color Cylindrical-coordinate representation of color #C389CF: hue angle of 289.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C389CF is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 137 207 -
CMYK 0.06 0.34 0 0.19
HSL 289.71º 0.42% 0.67% -
HSV(B) 289.71º 0.34% 0.81% -
XYZ 42.71 34 63.34 -
YUV 162.32 153.22 151.31 -
System Red Green Blue C M Y K H S L
Decimal 195 137 207 0.06 0.34 0 0.19 289.71 0.42 0.67
Hex C3 89 CF 6 22 0 13 122 2A 43
Octal 303 211 317 6 42 0 23 442 52 103
Binary 11000011 10001001 11001111 110 100010 0 10011 100100010 101010 1000011

Color Harmonies of #C389CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C389CF

Black with #C389CF

Text Example


Text Example

White with #C389CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C389CF; }

 p { color: rgb(195,137,207); }

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

background-color css

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

 a { background-color: rgb(195,137,207); }

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

border-color css

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

 span { border-color: rgb(195,137,207); }

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