Html Css Color HEX #C085CF Wisteria

📋 copy color: '#C085CF'

red 192 ◦ green 133 ◦ blue 207

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

Shades of Wisteria #C085CF

Tints of Wisteria #C085CF

RGB

 RED value IS 192 (75.39% from 255) = 36.09%

 GREEN value IS 133 (52.34% from 255) = 25%

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

R = 36.09%
G = 25%
B = 38.91%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C085CF (or 0xC085CF) is known color: Wisteria. HEX triplet: C0, 85 and CF. RGB value is (192,133,207). Sum of RGB (Red+Green+Blue) = 192+133+207=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #C085CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085CF is #3F7A30. Grayscale: #9E9E9E. Windows color (decimal): -4160049 or 13600192. OLE color: 13600192.

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

Color convert

RGB 192 133 207 -
CMYK 0.07 0.36 0 0.19
HSL 287.84º 0.44% 0.67% -
HSV(B) 287.84º 0.36% 0.81% -
XYZ 41.39 32.49 63.12 -
YUV 159.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 192 133 207 0.07 0.36 0 0.19 287.84 0.44 0.67
Hex C0 85 CF 7 24 0 13 120 2C 43
Octal 300 205 317 7 44 0 23 440 54 103
Binary 11000000 10000101 11001111 111 100100 0 10011 100100000 101100 1000011

Color Harmonies of #C085CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C085CF

Black with #C085CF

Text Example


Text Example

White with #C085CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C085CF; }

 p { color: rgb(192,133,207); }

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

background-color css

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

 a { background-color: rgb(192,133,207); }

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

border-color css

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

 span { border-color: rgb(192,133,207); }

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