Html Css Color HEX #C085F7 Wisteria

📋 copy color: '#C085F7'

red 192 ◦ green 133 ◦ blue 247

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

Shades of Wisteria #C085F7

Tints of Wisteria #C085F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.18%

R = 33.57%
G = 23.25%
B = 43.18%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C085F7 (or 0xC085F7) is known color: Wisteria. HEX triplet: C0, 85 and F7. RGB value is (192,133,247). Sum of RGB (Red+Green+Blue) = 192+133+247=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 247 (96.88% from 255 or 43.18% from 572); Max value from RGB is 247 - color contains mainly: blue. Hex color #C085F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C085F7 is #3F7A08. Grayscale: #A3A3A3. Windows color (decimal): -4160009 or 16221632. OLE color: 16221632.

HSL color Cylindrical-coordinate representation of color #C085F7: hue angle of 271.05º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C085F7 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 133 247 -
CMYK 0.22 0.46 0 0.03
HSL 271.05º 0.88% 0.75% -
HSV(B) 271.05º 0.46% 0.97% -
XYZ 46.91 34.7 92.22 -
YUV 163.64 175.05 148.23 -
System Red Green Blue C M Y K H S L
Decimal 192 133 247 0.22 0.46 0 0.03 271.05 0.88 0.75
Hex C0 85 F7 16 2E 0 3 10F 58 4B
Octal 300 205 367 26 56 0 3 417 130 113
Binary 11000000 10000101 11110111 10110 101110 0 11 100001111 1011000 1001011

Color Harmonies of #C085F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C085F7

Black with #C085F7

Text Example


Text Example

White with #C085F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C085F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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