Html Css Color HEX #C087F1 Wisteria

📋 copy color: '#C087F1'

red 192 ◦ green 135 ◦ blue 241

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

Shades of Wisteria #C087F1

Tints of Wisteria #C087F1

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.77%

 BLUE value IS 241 (94.53% from 255) = 42.43%

R = 33.8%
G = 23.77%
B = 42.43%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C087F1 (or 0xC087F1) is known color: Wisteria. HEX triplet: C0, 87 and F1. RGB value is (192,135,241). Sum of RGB (Red+Green+Blue) = 192+135+241=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #C087F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C087F1 is #3F780E. Grayscale: #A3A3A3. Windows color (decimal): -4159503 or 15828928. OLE color: 15828928.

HSL color Cylindrical-coordinate representation of color #C087F1: hue angle of 272.26º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C087F1 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 135 241 -
CMYK 0.20 0.44 0 0.05
HSL 272.26º 0.79% 0.74% -
HSV(B) 272.26º 0.44% 0.95% -
XYZ 46.28 34.89 87.51 -
YUV 164.13 171.38 147.88 -
System Red Green Blue C M Y K H S L
Decimal 192 135 241 0.20 0.44 0 0.05 272.26 0.79 0.74
Hex C0 87 F1 14 2C 0 5 110 4F 4A
Octal 300 207 361 24 54 0 5 420 117 112
Binary 11000000 10000111 11110001 10100 101100 0 101 100010000 1001111 1001010

Color Harmonies of #C087F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C087F1

Black with #C087F1

Text Example


Text Example

White with #C087F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C087F1; }

 p { color: rgb(192,135,241); }

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

background-color css

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

 a { background-color: rgb(192,135,241); }

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

border-color css

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

 span { border-color: rgb(192,135,241); }

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