Html Css Color HEX #C08CCF Wisteria

📋 copy color: '#C08CCF'

red 192 ◦ green 140 ◦ blue 207

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

Shades of Wisteria #C08CCF

Tints of Wisteria #C08CCF

RGB

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

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

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

R = 35.62%
G = 25.97%
B = 38.4%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C08CCF (or 0xC08CCF) is known color: Wisteria. HEX triplet: C0, 8C and CF. RGB value is (192,140,207). Sum of RGB (Red+Green+Blue) = 192+140+207=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #C08CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CCF is #3F7330. Grayscale: #A2A2A2. Windows color (decimal): -4158257 or 13601984. OLE color: 13601984.

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

Color convert

RGB 192 140 207 -
CMYK 0.07 0.32 0 0.19
HSL 286.57º 0.41% 0.68% -
HSV(B) 286.57º 0.32% 0.81% -
XYZ 42.38 34.47 63.45 -
YUV 163.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 192 140 207 0.07 0.32 0 0.19 286.57 0.41 0.68
Hex C0 8C CF 7 20 0 13 11F 29 44
Octal 300 214 317 7 40 0 23 437 51 104
Binary 11000000 10001100 11001111 111 100000 0 10011 100011111 101001 1000100

Color Harmonies of #C08CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CCF

Black with #C08CCF

Text Example


Text Example

White with #C08CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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