Html Css Color HEX #C08CF7 Wisteria

📋 copy color: '#C08CF7'

red 192 ◦ green 140 ◦ blue 247

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

Shades of Wisteria #C08CF7

Tints of Wisteria #C08CF7

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.18%

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

R = 33.16%
G = 24.18%
B = 42.66%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C08CF7 (or 0xC08CF7) is known color: Wisteria. HEX triplet: C0, 8C and F7. RGB value is (192,140,247). Sum of RGB (Red+Green+Blue) = 192+140+247=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #C08CF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08CF7 is #3F7308. Grayscale: #A7A7A7. Windows color (decimal): -4158217 or 16223424. OLE color: 16223424.

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

Color convert

RGB 192 140 247 -
CMYK 0.22 0.43 0 0.03
HSL 269.16º 0.87% 0.76% -
HSV(B) 269.16º 0.43% 0.97% -
XYZ 47.9 36.68 92.55 -
YUV 167.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 192 140 247 0.22 0.43 0 0.03 269.16 0.87 0.76
Hex C0 8C F7 16 2B 0 3 10D 57 4C
Octal 300 214 367 26 53 0 3 415 127 114
Binary 11000000 10001100 11110111 10110 101011 0 11 100001101 1010111 1001100

Color Harmonies of #C08CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CF7

Black with #C08CF7

Text Example


Text Example

White with #C08CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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