Html Css Color HEX #C390CF Wisteria

📋 copy color: '#C390CF'

red 195 ◦ green 144 ◦ blue 207

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

Shades of Wisteria #C390CF

Tints of Wisteria #C390CF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.37%

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

R = 35.71%
G = 26.37%
B = 37.91%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C390CF (or 0xC390CF) is known color: Wisteria. HEX triplet: C3, 90 and CF. RGB value is (195,144,207). Sum of RGB (Red+Green+Blue) = 195+144+207=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #C390CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390CF is #3C6F30. Grayscale: #A6A6A6. Windows color (decimal): -3960625 or 13603011. OLE color: 13603011.

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

Color convert

RGB 195 144 207 -
CMYK 0.06 0.30 0 0.19
HSL 288.57º 0.4% 0.69% -
HSV(B) 288.57º 0.3% 0.81% -
XYZ 43.74 36.05 63.69 -
YUV 166.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 195 144 207 0.06 0.30 0 0.19 288.57 0.4 0.69
Hex C3 90 CF 6 1E 0 13 121 28 45
Octal 303 220 317 6 36 0 23 441 50 105
Binary 11000011 10010000 11001111 110 11110 0 10011 100100001 101000 1000101

Color Harmonies of #C390CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390CF

Black with #C390CF

Text Example


Text Example

White with #C390CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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