Html Css Color HEX #C08ACF Wisteria

📋 copy color: '#C08ACF'

red 192 ◦ green 138 ◦ blue 207

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

Shades of Wisteria #C08ACF

Tints of Wisteria #C08ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.7%

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

R = 35.75%
G = 25.7%
B = 38.55%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C08ACF (or 0xC08ACF) is known color: Wisteria. HEX triplet: C0, 8A and CF. RGB value is (192,138,207). Sum of RGB (Red+Green+Blue) = 192+138+207=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #C08ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ACF is #3F7530. Grayscale: #A1A1A1. Windows color (decimal): -4158769 or 13601472. OLE color: 13601472.

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

Color convert

RGB 192 138 207 -
CMYK 0.07 0.33 0 0.19
HSL 286.96º 0.42% 0.68% -
HSV(B) 286.96º 0.33% 0.81% -
XYZ 42.09 33.89 63.35 -
YUV 162.01 153.39 149.39 -
System Red Green Blue C M Y K H S L
Decimal 192 138 207 0.07 0.33 0 0.19 286.96 0.42 0.68
Hex C0 8A CF 7 21 0 13 11F 2A 44
Octal 300 212 317 7 41 0 23 437 52 104
Binary 11000000 10001010 11001111 111 100001 0 10011 100011111 101010 1000100

Color Harmonies of #C08ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08ACF

Black with #C08ACF

Text Example


Text Example

White with #C08ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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