Html Css Color HEX #C08FD4 Wisteria

📋 copy color: '#C08FD4'

red 192 ◦ green 143 ◦ blue 212

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

Shades of Wisteria #C08FD4

Tints of Wisteria #C08FD4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.14%

 BLUE value IS 212 (83.2% from 255) = 38.76%

R = 35.1%
G = 26.14%
B = 38.76%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C08FD4 (or 0xC08FD4) is known color: Wisteria. HEX triplet: C0, 8F and D4. RGB value is (192,143,212). Sum of RGB (Red+Green+Blue) = 192+143+212=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 212 - color contains mainly: blue. Hex color #C08FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FD4 is #3F702B. Grayscale: #A5A5A5. Windows color (decimal): -4157484 or 13930432. OLE color: 13930432.

HSL color Cylindrical-coordinate representation of color #C08FD4: hue angle of 282.61º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C08FD4 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 143 212 -
CMYK 0.09 0.33 0 0.17
HSL 282.61º 0.45% 0.7% -
HSV(B) 282.61º 0.33% 0.83% -
XYZ 43.44 35.6 66.87 -
YUV 165.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 192 143 212 0.09 0.33 0 0.17 282.61 0.45 0.7
Hex C0 8F D4 9 21 0 11 11B 2D 46
Octal 300 217 324 11 41 0 21 433 55 106
Binary 11000000 10001111 11010100 1001 100001 0 10001 100011011 101101 1000110

Color Harmonies of #C08FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FD4

Black with #C08FD4

Text Example


Text Example

White with #C08FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FD4; }

 p { color: rgb(192,143,212); }

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

background-color css

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

 a { background-color: rgb(192,143,212); }

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

border-color css

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

 span { border-color: rgb(192,143,212); }

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