Html Css Color HEX #C399CF Wisteria

📋 copy color: '#C399CF'

red 195 ◦ green 153 ◦ blue 207

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

Shades of Wisteria #C399CF

Tints of Wisteria #C399CF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.57%

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

R = 35.14%
G = 27.57%
B = 37.3%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C399CF (or 0xC399CF) is known color: Wisteria. HEX triplet: C3, 99 and CF. RGB value is (195,153,207). Sum of RGB (Red+Green+Blue) = 195+153+207=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #C399CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399CF is #3C6630. Grayscale: #ABABAB. Windows color (decimal): -3958321 or 13605315. OLE color: 13605315.

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

Color convert

RGB 195 153 207 -
CMYK 0.06 0.26 0 0.19
HSL 286.67º 0.36% 0.71% -
HSV(B) 286.67º 0.26% 0.81% -
XYZ 45.16 38.89 64.16 -
YUV 171.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 195 153 207 0.06 0.26 0 0.19 286.67 0.36 0.71
Hex C3 99 CF 6 1A 0 13 11F 24 47
Octal 303 231 317 6 32 0 23 437 44 107
Binary 11000011 10011001 11001111 110 11010 0 10011 100011111 100100 1000111

Color Harmonies of #C399CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C399CF

Black with #C399CF

Text Example


Text Example

White with #C399CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C399CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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